Loading Tool

Explorer IconExplorer

Memory Pool

78,494 transactions
29.79 vMB
0.11526850 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt 264fc6f6eecdf8eab33191d2b98be4c7259969e726720b47da681f360491b3fc
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 89d1dbe41a69756198caeac0e7dd36aeb7e925cb6906cd6cc09c03f303f03ca7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,140
Size: 1.00 vMB
Total Fees: 0.03438577 BTC
Feerates: 673.02 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (341,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,493 573,493 00000000000000000006305190b83c9c65b7fd2ac0ef1f86d4f46e49feba9509 3,232 1.00/1.00 vMB 65
573,492 573,492 0000000000000000001df3a942b87abf1f39e2ab2005a56c84e341480fc3ec47 2,125 1.00/1.00 vMB 11
573,491 573,491 0000000000000000001c7735653fbd881122a06767b3e18c1c9f1e3f52a33e4b 3,044 1.00/1.00 vMB 73
573,490 573,490 00000000000000000010740749ed4b2fb63203ea0ecbd3d3d6f9a4c880a14996 1,971 1.00/1.00 vMB 16
573,489 573,489 0000000000000000002249569a10d6e99dd5fec4debd2f542e0dc848508873e3 1,953 1.00/1.00 vMB 33
573,488 573,488 0000000000000000001d59bdd58354aa0369c39daf65bb9f3c594c5931a8b325 2,120 1.00/1.00 vMB 33
573,487 573,487 000000000000000000007336083c80a7312dfd343d2f1b7f4fea8ab1d78b910e 2,709 1.00/1.00 vMB 30
573,486 573,486 0000000000000000001cf5043bafb14e0ea11cbbfa0519ce9f5016226983b7d5 2,595 1.00/1.00 vMB 41
573,485 573,485 00000000000000000020af93933d9fb776551b1298ec544e764d4586cefb26ca 2,719 1.00/1.00 vMB 73
573,484 573,484 0000000000000000000e95c9e016f8fa9338f6cf777910f1fef69319bbd759e9 1,623 1.00/1.00 vMB 54
573,483 573,483 000000000000000000068924c7e9664cac9d2be809dcad1981ebe5fbb5de7212 2,878 1.00/1.00 vMB 86
573,482 573,482 000000000000000000276d413d7f471b4545cf8dfd5cbb8288b0d42a83755140 1,042 1.00/1.00 vMB 59
573,481 573,481 0000000000000000000e4ee3da387e898b24cc94aed03e3d87b0ce5d215141d2 1,478 1.00/1.00 vMB 68
573,480 573,480 00000000000000000024422f9ff6657b5edbd4681f5c64ed548fb477738ed35c 928 1.00/1.00 vMB 60
573,479 573,479 0000000000000000000abe8a96e397d16173809138ca1b327416386d5cd2f8e1 2,432 1.00/1.00 vMB 96
573,478 573,478 000000000000000000142515fe822b4549f29f5ac8604b5e7a56f26ca73a4340 1,135 0.41/1.00 vMB 53
573,477 573,477 000000000000000000213bf254076fe6460cb8251504e997f99107d98145f7b8 2,529 0.90/1.00 vMB 31
573,476 573,476 0000000000000000000d88c9bfbc9a56b119b5750840e4f774c68bdfa975651e 326 0.32/1.00 vMB 23
573,475 573,475 0000000000000000000707f2d0cef5cb548cc65abf806ebd116964665a6c6134 2,500 1.00/1.00 vMB 7
573,474 573,474 0000000000000000000621b039f39b512768b5f0d504c7c33983604ed549c5a7 3,075 1.00/1.00 vMB 50
573,473 573,473 0000000000000000000bbeb73689243c3aa9b7cb4f91e038d3448f7cbb1205d4 2,756 1.00/1.00 vMB 23
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: 713.04 GB
    • Received: 17.28 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.