Loading Tool

Explorer IconExplorer

Memory Pool

48,078 transactions
30.24 vMB
0.08516169 BTC
Random Selection Loading Transactions
Max Size: 161.46/200 MB

Candidate Block

Mining Attempt 4c9987fa5821beecb7e9835a6ea76562f976ae33f6b3cde68d481a11a2953c32
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 57b4b00bfc62542ac3d5cc09fa03b0eb7cf7cc6d1069596fb7d3daa8fcacbbfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,914
Size: 1.00 vMB
Total Fees: 0.02508131 BTC
Feerates: 101.56 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (599,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
315,082 315,082 000000000000000019a2ae88e9896d92d9e288442b31163cbef8053a2c9cc7e4 75 0.05/1.00 vMB 18
315,081 315,081 00000000000000002d8a191691adeab43548efe0f81126156be5d6a263c4552f 84 0.04/1.00 vMB 28
315,080 315,080 0000000000000000216cb72dd7ba4b5b162e2a000b3c2f08fdad94f8b2cb9863 368 0.23/1.00 vMB 26
315,079 315,079 0000000000000000164125b08dd24db9e5f6d5bfe3f7ba82885cea6721f7e4ef 637 0.35/1.00 vMB 25
315,078 315,078 00000000000000001b166ed0506226e22d28e12e112b737b02be32f03edaa02d 685 0.35/1.00 vMB 29
315,077 315,077 00000000000000001125e4597b413c133d4cc0473d4c639eb2e9c9ae9744ead5 1,251 0.70/1.00 vMB 32
315,076 315,076 00000000000000002da7989ab1c8a51b44504e6470d7f44be04eaa1853e617b1 1 0.00/1.00 vMB 0
315,075 315,075 00000000000000001ec94170d9d8a2e2a7a867834b71d43df899e6a41c72fafe 798 0.41/1.00 vMB 31
315,074 315,074 000000000000000031390934c238ca601e3fe6ba6063bdb46dc344d6cd5906a3 339 0.15/1.00 vMB 34
315,073 315,073 00000000000000001572ceb9fcf3dd77b2edebf99c7aa3a0d749477bda7c7098 71 0.07/1.00 vMB 10
315,072 315,072 00000000000000000a4d68f661874c305de66bfe797c9c00f4f4e5e6632f714a 74 0.07/1.00 vMB 11
315,071 315,071 00000000000000000be3b9f37d1374907afa28d34d2d01b729793d65f363d574 315 0.21/1.00 vMB 25
315,070 315,070 000000000000000017c4efbb4c8a58fa775e69565f444289bb1f3e1b92470633 225 0.19/1.00 vMB 21
315,069 315,069 000000000000000008f75ef5ec45b87c1b25912643aed6364db9584c905ed131 116 0.10/1.00 vMB 13
315,068 315,068 00000000000000000441fb5483ee5e036141cab3aba4cd47cf009b1a7899decf 427 0.26/1.00 vMB 27
315,067 315,067 00000000000000002a216aed8f7ad1abba55e1b285c404e917628b1a3688ed21 621 0.33/1.00 vMB 25
315,066 315,066 00000000000000002d56a7c3d149075ad4f76ddf6da02d8a7857fc62bd132264 420 0.16/1.00 vMB 31
315,065 315,065 000000000000000018689e244d4eb7f27ee6f7a9b81bfd91a3b7fe8c4f86e52c 630 0.34/1.00 vMB 29
315,064 315,064 00000000000000000d00244b49804b9744e44969c58f89bbf7f1f112504b3a4a 412 0.30/1.00 vMB 21
315,063 315,063 0000000000000000078757b5916787e16e9667c67108d42ef174d7f4058b0fbb 452 0.22/1.00 vMB 29
315,062 315,062 000000000000000033f8e55d6d1bc8dc39f3675dce7c3cfa06c03d1234b7105b 465 0.31/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.