Loading Tool

Explorer IconExplorer

Memory Pool

84,672 transactions
32.76 vMB
0.08359150 BTC
Random Selection Loading Transactions
Max Size: 194.12/200 MB

Candidate Block

Mining Attempt 48b53c9f4ed798ea1163abbed3969727951bed87ae3fe068382c86379f4852b5
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 5a0653f6f947f152ea0e1039d75a1b67230a99853f0076c327350cd3326a4c58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,323
Size: 1.00 vMB
Total Fees: 0.01850263 BTC
Feerates: 120.64 > 1.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (300,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,870 614,870 00000000000000000004654750ba935a4799e962f778d6d68071ebfb14837312 2,316 1.00/1.00 vMB 19
614,869 614,869 00000000000000000004ddac99ab4a3a64ea06503afb4974963edc7fd05a0ff7 1,857 1.00/1.00 vMB 16
614,868 614,868 00000000000000000010621cf1e58e5c9932bd865b4ee9a9b57f7a706dcb0659 2,250 1.00/1.00 vMB 16
614,867 614,867 0000000000000000000ff404f45c46f9c884fcba3134dc443ae471e83bbfab9d 1,746 0.94/1.00 vMB 11
614,866 614,866 0000000000000000000a251347312914d8cc5d7cea53f0de41eef8d146ea4c7a 1,462 0.56/1.00 vMB 16
614,865 614,865 000000000000000000051bb5d83714f37fd19d7125965686d0ebe6623651a522 405 0.16/1.00 vMB 12
614,864 614,864 0000000000000000000bc552fe5612e9bbf4fcc1eb4eab2ad92b15d501e673cf 1,367 0.97/1.00 vMB 5
614,863 614,863 000000000000000000003d4c3a11eb89f40e691e7300e6eae7625f66cd3f7d6a 1,224 1.00/1.00 vMB 2
614,862 614,862 0000000000000000000141738149093656431303cde5d9fd155b8240bdbd9bf9 1,580 1.00/1.00 vMB 5
614,861 614,861 0000000000000000000df6947cdef201325263577993d77e554aec81a898fb3b 2,351 1.00/1.00 vMB 12
614,860 614,860 00000000000000000001ee5adc0369cc8d65fb5c82b4b9206e192d25458f8f32 1,042 1.00/1.00 vMB 3
614,859 614,859 00000000000000000012e8a3a0576a4db71ffd9fd3b19fd82d3f1b601f699268 2,233 1.00/1.00 vMB 12
614,858 614,858 000000000000000000004b2f344f132d8af232c3f9cf64409c2f89d8e1dbea8c 1,578 1.00/1.00 vMB 6
614,857 614,857 0000000000000000000878ec5f9a345c2c8b3e229f33a627d5e5f0c214c6a2b7 1,462 1.00/1.00 vMB 6
614,856 614,856 00000000000000000009eea5581a3b4d59bee548d169208f748c2bf2827422c1 2,228 1.00/1.00 vMB 14
614,855 614,855 0000000000000000000d5ead3c1a6a808b61b1b76682dba333102ff899c71dbf 2,374 1.00/1.00 vMB 15
614,854 614,854 0000000000000000000bffbe10de9024394de340886413c99c966c404c48daa3 2,607 1.00/1.00 vMB 15
614,853 614,853 000000000000000000019d5cad014eaef1abc1ef768549ae39d452e4cb79b0d7 1,539 1.00/1.00 vMB 3
614,852 614,852 00000000000000000010b76bff94e3e996fc054b863e9260f1f4304381b64fd1 2,826 1.00/1.00 vMB 19
614,851 614,851 000000000000000000037c4b3f6b723f04965379808b12512efea96f3b73f8ad 2,679 1.00/1.00 vMB 15
614,850 614,850 0000000000000000000dfca2db2d3f14a14f078f5a8809cc26b042753ee99d29 2,787 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 657.38 GB
    • Received: 14.54 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.