Loading Tool

Explorer IconExplorer

Memory Pool

78,120 transactions
29.47 vMB
0.10620473 BTC
Random Selection Loading Transactions
Max Size: 177.55/200 MB

Candidate Block

Mining Attempt a7c3754930ff2c4f23d2179bbf1e89c0833eac907e5f97c8444b6f2e43a2066f
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root d7597c867188b3e8d2ee3b0e66bda7b62efb09eba2386685de83e3df3d5f0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02955448 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (534,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,887 380,887 0000000000000000107c1acc5fe8aab07f685fe9f85508f19f3d49103c648063 342 0.25/1.00 vMB 15
380,886 380,886 00000000000000000f7b0c53e914e858552fd1bd83111520f4faa6e7b389c74d 1,933 1.00/1.00 vMB 46
380,885 380,885 00000000000000000e079ca2912a79c043592788a63ff464abdf9d05ff2b808c 788 0.65/1.00 vMB 18
380,884 380,884 000000000000000005528d7cc7e74391fc1d6b89c5453433442666b6be1d39e7 2,521 1.00/1.00 vMB 51
380,883 380,883 00000000000000000270de2255cf0ee247077d72a418770b23950d7516f379f9 201 1.00/1.00 vMB 3
380,882 380,882 000000000000000001cb801e737cbe279efc95e086555e1a30a3f34b484a9f03 942 0.70/1.00 vMB 21
380,881 380,881 0000000000000000059b309d10d5efe3494759221ca945315980a34fcff949a8 2,492 0.93/1.00 vMB 56
380,880 380,880 0000000000000000108bbc65641068f1d8589133a7c2eb1b501a6572b688eed3 960 1.00/1.00 vMB 16
380,879 380,879 000000000000000011172e139665a988200c16a036fcc32a1d9ec65b8ad3f078 1,518 0.75/1.00 vMB 40
380,878 380,878 0000000000000000100010e3c4fff271ef853ece24c064c34a0dcc6a8c3a78aa 467 0.22/1.00 vMB 35
380,877 380,877 000000000000000008f1a0b55282a3d40df38f4ca5b5e1432a137ed860e05b78 2,078 0.90/1.00 vMB 43
380,876 380,876 000000000000000003d487e3012a5885fc06422b41cb5a92e1552713713c3c00 1,297 0.55/1.00 vMB 39
380,875 380,875 00000000000000000304796fdcf594516ccf967a42c1af4c97342ab3fde054f1 1,348 0.53/1.00 vMB 46
380,874 380,874 0000000000000000018a0900213c14570b437e9db9d64ae78488a8c1c3cd7a6c 411 0.20/1.00 vMB 31
380,873 380,873 000000000000000000cd9e53f855c3bb2b3f4edb25a1ad79adb0fa5b91942d9a 1,083 0.47/1.00 vMB 41
380,872 380,872 00000000000000000f414698e5bfe5bcf67144a0f161735426259cd2d997d5ec 366 0.25/1.00 vMB 23
380,871 380,871 00000000000000000779550f91cebb59c25482090f864a9dbe0b986a2f0aa773 393 0.75/1.00 vMB 5
380,870 380,870 0000000000000000004b2514eb2db622fa70aeb3797429ae9acf1c7fff7c386a 466 0.20/1.00 vMB 38
380,869 380,869 00000000000000000d28c98e4b9501f7cbdcaf78eb1286e79a8be13fc3d04ca0 837 0.55/1.00 vMB 26
380,868 380,868 000000000000000010373bad9e9b8dea3704bb0b95e9d8ca0c73f8f41bbae174 2,314 0.93/1.00 vMB 46
380,867 380,867 000000000000000007e3363335a0d88c3e1ef6793523a26a3a94211a268b67dc 2,767 0.93/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.