Loading Tool

Explorer IconExplorer

Memory Pool

48,762 transactions
30.41 vMB
0.09110710 BTC
Random Selection Loading Transactions
Max Size: 162.62/200 MB

Candidate Block

Mining Attempt d7479c7a87816f07fca00f30f95d8f39ff21bf83f91e4ffd38bcf856feb7a6c8
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root edaa5c6980d56aeba49ed1ef537810c17306b2a4730b8896ed34480850acb1ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.02933962 BTC
Feerates: 101.56 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (302,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,818 612,818 00000000000000000000d2b09fa0ef55e79f9a52e32845ad9e483e45ecb7fd81 2,381 1.00/1.00 vMB 11
612,817 612,817 0000000000000000000d96831497f3a0e466d9c0661af0836fd39e61a33737b8 1,928 1.00/1.00 vMB 15
612,816 612,816 00000000000000000007bf31e6f83cbb13c54559f022edc612c8127b9ed12540 3,067 1.00/1.00 vMB 22
612,815 612,815 00000000000000000006a7179d885dbc00a999082fbcdca45a73b504cba0141c 2,649 1.00/1.00 vMB 29
612,814 612,814 0000000000000000000628964f6265f0a305e48c50cdfb596c9381efc78679bf 2,847 1.00/1.00 vMB 28
612,813 612,813 0000000000000000001310082f9349040a8e31eb61e01157dc4eb891d0ff289d 3,051 1.00/1.00 vMB 22
612,812 612,812 0000000000000000000fcde86b3ed2b257830e8fd45e78d356b43353b83687ae 2,428 1.00/1.00 vMB 18
612,811 612,811 0000000000000000000de66513c3d27c3ea5e9db4a4c3d8dbbdde3d6f644d09b 2,551 1.00/1.00 vMB 17
612,810 612,810 0000000000000000000713a0cdd3a9a971fad2c1bf89fb577f0b46037c611dc4 3,128 1.00/1.00 vMB 22
612,809 612,809 00000000000000000012134e66380be944b5c747e4d8da6cc342a7397ac4a042 3,159 1.00/1.00 vMB 24
612,808 612,808 00000000000000000008aa741765ed2c00a3e261fcc41af0c8475bc7fd86897e 3,009 1.00/1.00 vMB 20
612,807 612,807 0000000000000000000968c08e1107035f2fe504d9920b3cb87a1a299426f342 2,299 1.00/1.00 vMB 41
612,806 612,806 0000000000000000000afc29b116ce7102058ab38c124f11a97f700ea0612a64 1,796 1.00/1.00 vMB 12
612,805 612,805 0000000000000000000bd875eaabf229897b8149b016be5253ab682f37cbeab5 2,520 1.00/1.00 vMB 20
612,804 612,804 0000000000000000000e1b928728d29c86a48124ac1db0ab4c2c65798d67806c 2,745 1.00/1.00 vMB 28
612,803 612,803 0000000000000000000b7320e36ca5b4f06d2998c1f52ce2de583aaf6547ee2b 2,556 1.00/1.00 vMB 24
612,802 612,802 0000000000000000000f60cc894e74b343a2a0e403734b7d33c9ef25e6c69473 2,718 1.00/1.00 vMB 18
612,801 612,801 00000000000000000008875729a730afb833597b1a43b461030c0e7d518fe383 2,751 1.00/1.00 vMB 29
612,800 612,800 00000000000000000001ff7ddc2303b346f20c532387ee10d09fa313cba7147d 2,620 1.00/1.00 vMB 23
612,799 612,799 000000000000000000121fbf6d5f10c3049d503d7389fdf4851e47b6929bfc83 2,620 1.00/1.00 vMB 13
612,798 612,798 0000000000000000000dd1d91c9382c9290e41a56f2989f69dc0ea60a5bc769c 2,447 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.