Loading Tool

Explorer IconExplorer

Memory Pool

81,127 transactions
31.12 vMB
0.09139715 BTC
Random Selection Loading Transactions
Max Size: 187.69/200 MB

Candidate Block

Mining Attempt dda0ed10eb0119e2ab375ead1f78473b278ce3ba1903f2395e52e3816f8c59f9
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 482ce0b3ba7bd3b7f50bd9c34f53b2dcce870918b57359a846ea8e20d63a7f86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,444
Size: 1.00 vMB
Total Fees: 0.01885265 BTC
Feerates: 45.88 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (429,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,139 486,139 0000000000000000002fbac74bb56fd2b4a568b66cdd6aef71bf929f1e3f9223 2,316 0.98/1.00 vMB 161
486,138 486,138 000000000000000000b1aba11f9aa2b47970e2591e83af7f7c42a2ae028d2543 2,045 1.00/1.00 vMB 146
486,137 486,137 000000000000000000a7caf18db2fd45b56f136db3e4602233cdda49a099827e 2,393 1.00/1.00 vMB 170
486,136 486,136 000000000000000000ed07f505fe62d25af215f7d7cc4e17091a298879bdd25b 2,717 0.99/1.00 vMB 258
486,135 486,135 000000000000000000e606322d1f8616ef1f72994451552611eae1cb5e0e4d10 2,393 1.00/1.00 vMB 179
486,134 486,134 000000000000000000b55b42fa05c94e5ba80468f27fd0fe48c68629c3144d88 2,829 1.00/1.00 vMB 251
486,133 486,133 00000000000000000013929a2b2aa903622f695d0224aecf3d18e5884b86436d 1,905 1.00/1.00 vMB 145
486,132 486,132 000000000000000000f309c63076f0497d3b0937afa9d11e3444a437fa1a582e 1,827 1.00/1.00 vMB 221
486,131 486,131 00000000000000000050ccaf11a8b17030a33dc6ea7ace094a4d5fa872c558ea 2,406 0.98/1.00 vMB 183
486,130 486,130 00000000000000000066e6305e2d061cc0a97a8a1061ce61f7b48a528bcc53d2 2,253 1.00/1.00 vMB 177
486,129 486,129 00000000000000000049b0eab71a4131cfc42f981bd252ca1afa0c0580062de5 1,853 1.00/1.00 vMB 127
486,128 486,128 0000000000000000007009d03d619c6e389a37e015ef8982f42775521ebad677 1,830 1.00/1.00 vMB 133
486,127 486,127 000000000000000000feddd33a96062f5a87319d85847bd48b0467806b21a7b9 1,940 1.00/1.00 vMB 150
486,126 486,126 0000000000000000004d581636355bb4eb5d4b47a574f096d765fbc08adf4b34 1,974 0.98/1.00 vMB 174
486,125 486,125 000000000000000000ab68ac86fc03671d896f76c9d409935b11ea130ce22d55 2,509 1.00/1.00 vMB 199
486,124 486,124 00000000000000000081dd04a2f6cd877d5b9e7b073a8306d7802de2431b069b 1,631 1.00/1.00 vMB 158
486,123 486,123 0000000000000000008d048c1a3ad27c0d05e5bc1e016328ae08395cba288ff4 2,278 0.98/1.00 vMB 179
486,122 486,122 000000000000000000d6b79a5e5933643346589aa6a364b1eb6341b2bbf0a4df 1,868 1.00/1.00 vMB 147
486,121 486,121 00000000000000000085e7274fe5c9dbeee67128c3e081d12c5f5a151a7769ce 2,204 1.00/1.00 vMB 180
486,120 486,120 0000000000000000005d8bde3cdd58cf1e7793e4ff81120a4528c50ca6ac4e2c 2,175 1.00/1.00 vMB 159
486,119 486,119 00000000000000000096e89c2cf7909b29adbef31553d6540c0c8784f0025326 26 0.01/1.00 vMB 538
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.