Loading Tool

Explorer IconExplorer

Memory Pool

38,701 transactions
28.43 vMB
0.07082462 BTC
Random Selection Loading Transactions
Max Size: 144.30/200 MB

Candidate Block

Mining Attempt b160aa20961ec8b927216a5f681130a60aaf05ef2f0f5fc2d5c7efd8afe85cc7
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root db5c0d6fe7f8dff79b3d520ed0262aaba86fa9a1805aa12c6d866f84d191d6f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,043
Size: 1.00 vMB
Total Fees: 0.01607221 BTC
Feerates: 150.61 > 1.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (329,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,079 585,079 0000000000000000000ce436aaee080fa4207e6d48d9c0284a3dff74cca55245 2,229 1.00/1.00 vMB 79
585,078 585,078 0000000000000000000472949e0639f63af7fda33001e80595e1ea507b5a72d3 2,990 1.00/1.00 vMB 71
585,077 585,077 0000000000000000000baabef761124c2168c2392f132d474b739cc2a861b89e 3,090 1.00/1.00 vMB 67
585,076 585,076 0000000000000000001b3a15a0fc601eb506642cd9ae0c18d91a213cb0fdaeb5 2,191 1.00/1.00 vMB 19
585,075 585,075 000000000000000000036a87521f0eb3b4181475cac1fa3963953f1f5b155ff4 2,392 1.00/1.00 vMB 33
585,074 585,074 0000000000000000001dc23eb647731f1ae18cc46b18983abe5477139d7a7018 2,814 1.00/1.00 vMB 48
585,073 585,073 000000000000000000123bf0483dadb6f99cd6d90c44cb9d08006ab9a2945a20 1,737 1.00/1.00 vMB 62
585,072 585,072 0000000000000000000274b07ed44fd2ca1e514c32f0623c98d8dc7e322c11ce 2,937 1.00/1.00 vMB 88
585,071 585,071 000000000000000000179ec1b60f26b805d34df718ac5534d8b8daee39a8db3a 2,292 1.00/1.00 vMB 30
585,070 585,070 000000000000000000082b3d499e2ff0f26cff357ce32a5bc984a272c10e8c45 1,635 1.00/1.00 vMB 61
585,069 585,069 00000000000000000012a8308db22b0571419d3b5bee68707e892c6d39f6f475 1,057 1.00/1.00 vMB 34
585,068 585,068 000000000000000000154f02c8d88ecc915a092ba24f7798dc4ddbeb6e61e266 391 1.00/1.00 vMB 6
585,067 585,067 00000000000000000012c0f467378234b906e6a4716f04656cc8d270fc00ab2e 2,221 1.00/1.00 vMB 6
585,066 585,066 0000000000000000001451e83f32d1c4c047ab32fd222bbfb98de160b172cd6a 1,530 1.00/1.00 vMB 38
585,065 585,065 0000000000000000001efb4b576610c43b5be4e0607cac600639bcd3ba36b80b 1,557 1.00/1.00 vMB 59
585,064 585,064 0000000000000000001aa029febfc04bcc8250e271bdf746e8f7076fbeeedbd4 1,999 1.00/1.00 vMB 64
585,063 585,063 000000000000000000145c6c5c3bd826a656bb8b0349fd73fc59f7c64cd5aa81 1,996 1.00/1.00 vMB 19
585,062 585,062 00000000000000000012c2619d2714de20e3c6d046da84116c5b35ee98b84a52 2,380 1.00/1.00 vMB 23
585,061 585,061 000000000000000000163054d6b352e7c746662c44c13c1a7375fa9feb7785da 2,154 1.00/1.00 vMB 19
585,060 585,060 00000000000000000017f8a95ac0de04a9916f07a052e50048262708f36c8658 3,101 1.00/1.00 vMB 64
585,059 585,059 00000000000000000006abfdab0114033c487161b3744dbae6f3ac66d6e85a73 2,874 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.35 GB
    • Received: 11.79 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.