Loading Tool

Explorer IconExplorer

Memory Pool

85,788 transactions
32.88 vMB
0.13239738 BTC
Random Selection Loading Transactions
Max Size: 195.56/200 MB

Candidate Block

Mining Attempt be70e2c19104d06041b1e41170d15396eb95266ac455de82a82b2be4c6425d33
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 0191e0b882800499a01c0e2e8344c29037ac6d8b6a29f3666b9b80ce5b5f114a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,617
Size: 1.00 vMB
Total Fees: 0.06108579 BTC
Feerates: 387.56 > 6.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (763,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,850 151,850 0000000000000bf7e56c9f4c39d216f781d5761d7e49eb8e6289a223933ddac6 110 0.05/1.00 vMB 153
151,849 151,849 0000000000000726286afee15bb4851c6641ceb0c9c8bf183466e60b4062dff8 9 0.00/1.00 vMB 3,431
151,848 151,848 00000000000006efc243d3dd5bac6d35d190f61d460a4d42357a54633351838b 43 0.02/1.00 vMB 90
151,847 151,847 0000000000000b95e6170137327d7d7f199aecb25d00fd200be2004b151a9e1d 82 0.03/1.00 vMB 37
151,846 151,846 0000000000000a431c994161451d374ab321516c36587a4c1c73acf46a44b59c 57 0.02/1.00 vMB 124
151,845 151,845 0000000000000c0bfce225ea17a4d47517a712f66baeaa030b002127c4c14c97 87 0.02/1.00 vMB 14
151,844 151,844 00000000000000cfc95e4c13ffb1286516a142425b23cd05dd2e75b83b89dd33 24 0.01/1.00 vMB 29
151,843 151,843 0000000000000d626d2cd9cd67af2ae19f0a892828ed9bb253606582a6b74a34 9 0.00/1.00 vMB 364
151,842 151,842 000000000000042f5b0aca5b70482af2b20022afcd657d8a3e3b8ae8d28679e4 8 0.00/1.00 vMB 53
151,841 151,841 0000000000000c37c460f324fc71f6adcf212a3d26ec380be8196ca946f60f51 80 0.03/1.00 vMB 53
151,840 151,840 00000000000002316fc7e6df2ed45412ad82850e7c283a882064d42b8178df90 118 0.04/1.00 vMB 36
151,839 151,839 00000000000005e5eedaf83d83aa8041939757610fd42736c32f2a221cef658f 42 0.01/1.00 vMB 378
151,838 151,838 0000000000000c7f878cf71e5a6c87592c7c1982748e4f54b968b7b0c4cd324d 70 0.03/1.00 vMB 34
151,837 151,837 00000000000007ce7105ef7654221e8be950648f5fcab58c917d32282ddb74f0 1 0.00/1.00 vMB 0
151,836 151,836 00000000000004c1e14441f3c6c2699ca7afdb5c2d2a9a952c18564b18f461fb 30 0.01/1.00 vMB 40
151,835 151,835 0000000000000c92dfdc14797e0dbdcfe4e4f9c0212211dc1553939e202cc45b 8 0.00/1.00 vMB 39
151,834 151,834 00000000000000d1e2730332ac2441544224457ea06e38f4b7eef4eae05f4220 33 0.02/1.00 vMB 347
151,833 151,833 00000000000003874fd30e02dea8500c133c98ea5cd95cd89cfc5a554edcced3 4 0.01/1.00 vMB 0
151,832 151,832 0000000000000b8a074dcafab54f1fbb71218faed3a4ffc3964636af6f93a5fd 14 0.00/1.00 vMB 22
151,831 151,831 00000000000001a341383e69a48a3a579122ba13624f781c228307f5df847d8d 28 0.01/1.00 vMB 56
151,830 151,830 0000000000000416c1cde34ee7499cb28a902bcc060da296757c508ceb2eaa13 32 0.02/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.31 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: 659.28 GB
    • Received: 14.60 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.