Loading Tool

Explorer IconExplorer

Memory Pool

40,748 transactions
27.24 vMB
0.07655971 BTC
Random Selection Loading Transactions
Max Size: 140.55/200 MB

Candidate Block

Mining Attempt 822ed3b1f90bf911e92233366798f8bb65f864bb56ca30be1f01a987126e3f95
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 4b05f3cad029b55cba6379a46924e3a6edbd5409c0689226e4a17d1e2e9c5a72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.02454964 BTC
Feerates: 107.72 > 2.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (178,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,898 735,898 00000000000000000007793d45bcb017d98795b1ace0004df56a4f757ce1b7dd 2,890 1.00/1.00 vMB 10
735,897 735,897 00000000000000000002f09bf4ff9d7711a26b3b489ef4f6380affb080037cd0 1,535 1.00/1.00 vMB 12
735,896 735,896 00000000000000000006c6e5788684e31fca8381eccd8b07a52a47751fffac00 3,095 1.00/1.00 vMB 16
735,895 735,895 00000000000000000002ce6d8d940d3201e05174d542b4ecc290773fdb1ce5e1 2,289 1.00/1.00 vMB 23
735,894 735,894 00000000000000000004ffa19d5ed59ed36da70d4f05dae67847081d9a0a6fb4 1,106 0.51/1.00 vMB 5
735,893 735,893 0000000000000000000070084877f094a5d5a266d874d51ed591ac3b1b041be6 2,907 1.00/1.00 vMB 8
735,892 735,892 00000000000000000000446bf6af1accc7e27cb2a15d8dc47561ad407704e672 3,274 1.00/1.00 vMB 22
735,891 735,891 0000000000000000000304c38bb5c3d2f3f39974839616f9633fa8c919eb1528 726 0.24/1.00 vMB 11
735,890 735,890 000000000000000000028c8027231c0b194ca22988b778bfd8a90ddaab5d44ee 762 0.28/1.00 vMB 11
735,889 735,889 000000000000000000003042401eec04a924a697445f76d1b4dee682f3e8adf1 567 0.25/1.00 vMB 12
735,888 735,888 000000000000000000037de40b3797f13a79eb53d474f82135d93634410b946c 672 0.28/1.00 vMB 12
735,887 735,887 00000000000000000001c8fb82d70bb1f0949ccc2b6c1c0c9e1f0e7abb3b3279 343 0.11/1.00 vMB 14
735,886 735,886 00000000000000000008f716623bc74318a5e2c28fdfa90fbb244500c320fc5c 164 0.14/1.00 vMB 4
735,885 735,885 00000000000000000003f89c6bb40f7949aadc64b423d7f5874ab49c09e87e6d 771 0.91/1.00 vMB 4
735,884 735,884 00000000000000000002de9b04a8823e6b7b31c66e88a0c09832f68121faa2b0 316 0.13/1.00 vMB 11
735,883 735,883 0000000000000000000751cdf25555615caf29b9cadf4dbb10a112b72c54e4a5 870 0.32/1.00 vMB 10
735,882 735,882 000000000000000000016730607a95d3d0164cc182cfa9b8a4afc4e533f8b3a4 2,457 0.97/1.00 vMB 12
735,881 735,881 00000000000000000003bf28f663b01d60c41aac6c6ff83251a4f142c81c01b7 1,667 0.63/1.00 vMB 11
735,880 735,880 00000000000000000000c48011b0bd70550c9de7f32b5043bcb2a0c982407440 1,228 0.45/1.00 vMB 12
735,879 735,879 00000000000000000003b298e0651f0b54d577465964190fe5c55722ae864f41 1,190 0.78/1.00 vMB 7
735,878 735,878 000000000000000000047a6266f89323631412cd687d75b0bf89bf1d4048c20d 1,098 0.96/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.