Loading Tool

Explorer IconExplorer

Memory Pool

78,211 transactions
29.73 vMB
0.11268514 BTC
Random Selection Loading Transactions
Max Size: 178.60/200 MB

Candidate Block

Mining Attempt e6765978b33d93e5cf80615efbcb09f56d9feebed477596d7e0762d4512dd917
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 0b12a5d8c91bd727b1d3054195386ab70ee26633f26d00be574436be249716e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,823
Size: 1.00 vMB
Total Fees: 0.03239399 BTC
Feerates: 602.16 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (478,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,077 437,077 000000000000000001ff0705a0d499d110377419cbb7c86bf082c774cbe4c0e7 1,661 1.00/1.00 vMB 51
437,076 437,076 00000000000000000040d5ba318f423507d26ee57e6a0f8bdc2c193df907d58f 818 0.44/1.00 vMB 63
437,075 437,075 0000000000000000018ead383dc724fc1b3379c8680779ad40c23bfc52d9ea89 2,143 1.00/1.00 vMB 82
437,074 437,074 000000000000000000c17a66f212e3a6d35897e5dfe658fb57cf03aa183adc8b 2,164 0.84/1.00 vMB 67
437,073 437,073 000000000000000002133e22f9b0194ade91067b373807efa766625409af105c 1,756 1.00/1.00 vMB 51
437,072 437,072 000000000000000000c4db181fc78991b641596dcad549536ccb61f00d94f2e4 1,816 0.70/1.00 vMB 69
437,071 437,071 000000000000000003797b6b145bdce752c091da16d84c355df9d26271602d0f 1,733 0.82/1.00 vMB 67
437,070 437,070 000000000000000003811e2d272508d8e78f22399225cf00d503646e0c2bcc26 1,125 0.95/1.00 vMB 25
437,069 437,069 000000000000000001a82a5d86d4e5a91ff3d0e290d7ef9b2e363bfbbda8d6fd 1,927 1.00/1.00 vMB 57
437,068 437,068 0000000000000000028f226cea06347d882391a8a990a644d5ee7558922270aa 1,684 1.00/1.00 vMB 33
437,067 437,067 000000000000000000c0abc27d74d4297fafb43c05dc76bda8699e5049856243 2,817 1.00/1.00 vMB 69
437,066 437,066 0000000000000000023c6fd5e552c925ff9f241d60a061de94395f2f48944fbe 2,485 1.00/1.00 vMB 84
437,065 437,065 000000000000000003f9da219eb959184af54d3d07c199be54c490d2b1e4a452 2,366 1.00/1.00 vMB 55
437,064 437,064 0000000000000000036df52af6a8a9c95ff1e462af8a1da2cb774db4d7c5695a 2,727 1.00/1.00 vMB 82
437,063 437,063 000000000000000003d347080d61e1130d7402b434260746d86864538821a3b9 2,152 1.00/1.00 vMB 42
437,062 437,062 0000000000000000035840dd55389089c7e7323e0e6d2b6969821f550ca0608b 2,283 1.00/1.00 vMB 63
437,061 437,061 0000000000000000041d33a62133fa2edd755f11977e3d75bbd74400185e4581 2,309 1.00/1.00 vMB 65
437,060 437,060 000000000000000000e61679c9143293f81473aee295f41f7a138628ea881798 2,368 1.00/1.00 vMB 68
437,059 437,059 0000000000000000040f398ae1b19d187f3398e8b47fef5fe3a3cdbcc0ca8745 3,210 1.00/1.00 vMB 60
437,058 437,058 00000000000000000247f58d70edc09326e2e9369c7a67058a58fbb4e30812b9 1,785 1.00/1.00 vMB 63
437,057 437,057 00000000000000000281786e44c9d1e13f80ddd0f1cf795f0b505d0dc2e4a7d7 2,735 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.