Loading Tool

Explorer IconExplorer

Memory Pool

82,877 transactions
30.80 vMB
0.07818512 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt 2ca8506faf03d615ac505a26ff2d859f47718e924e6a3e0989bf46637a2c445c
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 92be573b5393cb62241cf4c6be79cde3c601eb08748996472068a069e848a47d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,130
Size: 1.00 vMB
Total Fees: 0.00877233 BTC
Feerates: 146.36 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (555,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,121 360,121 000000000000000015424247d824456f0e8f7c2ee121a1b4b3dda80ed4f948e2 208 0.11/1.00 vMB 36
360,120 360,120 000000000000000005e842fd6205e9895e65710c249ed78de71c3ad6f10fc23b 265 0.17/1.00 vMB 24
360,119 360,119 000000000000000014c64b0c91683b4bb6adec4204e9345a13ae1597fadbce48 215 0.13/1.00 vMB 14
360,118 360,118 0000000000000000144a11614c56d4370c6fd5735a00d79ae7ac504d86d35fd3 570 0.26/1.00 vMB 28
360,117 360,117 000000000000000012b3dbcc731eea61d0d60728b2e397c5d3fc0e9c54b162b8 1 0.00/1.00 vMB 0
360,116 360,116 000000000000000008cc2a866b042a5e041bcfa6a3925ea6103965ebfa50e177 751 0.44/1.00 vMB 20
360,115 360,115 0000000000000000154e5d9ab9cdbb60ba80cd661572282870054560a81c666c 1 0.00/1.00 vMB 0
360,114 360,114 000000000000000015f923258aec852841ec41c7de989d9681064da60f346a11 1,410 0.75/1.00 vMB 29
360,113 360,113 00000000000000000d32cd60715ee26462b5f93fa20cb04631dfda5bff3eaead 447 0.25/1.00 vMB 18
360,112 360,112 00000000000000000f2c4d25c61acf2f4addfabf32b268282a43297fb9e71b2d 797 0.34/1.00 vMB 32
360,111 360,111 00000000000000001463d257472e789c9ff1efb2bdf927acdb6a136166662213 146 0.05/1.00 vMB 34
360,110 360,110 000000000000000001f1c6600949f66946dd422756af31969f279ea354b89bc3 393 0.15/1.00 vMB 32
360,109 360,109 00000000000000000f83d886933769cd31e1833af1a718ad93d52b911be4adc9 472 0.23/1.00 vMB 28
360,108 360,108 0000000000000000100731e3c70f10a93a60eafff38e12191951d4af62f26478 1,540 0.69/1.00 vMB 29
360,107 360,107 00000000000000000c272a8d645f6530603c4b5c79542cb6f90a7bc4db07b1e7 43 0.02/1.00 vMB 22
360,106 360,106 000000000000000010c32e696cd0463d05ddc0a0f2f7818d39ee93ee9ad70965 555 0.22/1.00 vMB 33
360,105 360,105 0000000000000000106426f25ce57afa4fa1235af642976c97413c2c7085f9bb 21 0.01/1.00 vMB 25
360,104 360,104 00000000000000000e1d517ac776b186188ee481206aaaaa5ef691c248c4b914 521 0.26/1.00 vMB 28
360,103 360,103 00000000000000000d2a51ff41aafa49452f2923235d96651ab45a66f365acd0 95 0.07/1.00 vMB 20
360,102 360,102 0000000000000000126ec4f894c5c6932800437178d3ef244caae6a222bfd433 228 0.12/1.00 vMB 20
360,101 360,101 0000000000000000078273f4ec4823cade008fb1f46494d1d81267e754ee220e 752 0.35/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.99 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: 717.21 GB
    • Received: 17.84 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.