Loading Tool

Explorer IconExplorer

Memory Pool

45,559 transactions
27.64 vMB
0.07459621 BTC
Random Selection Loading Transactions
Max Size: 144.79/200 MB

Candidate Block

Mining Attempt edc9c8c69442b0e0e6d59c92341e74d5aa80bdacc02a9088426d2913c7440b0c
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 20af49d740d4eba9a36aead66fa8cf0a79e993fa7ac43a2d7545723a0ce74a27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,534
Size: 1.00 vMB
Total Fees: 0.01973167 BTC
Feerates: 124.00 > 1.98 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (314,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,864 600,864 0000000000000000000f4d1a7abe7bc755044e59a6e0d5d269e89d7ba81ff7ef 2,072 1.00/1.00 vMB 26
600,863 600,863 0000000000000000000976e0fe875448a9e7d2f114cfe979f46a46574661c6ad 2,096 1.00/1.00 vMB 38
600,862 600,862 00000000000000000010348d5506ab29f7f6d79222d0b3864a53c3528c4e0ecb 1,345 1.00/1.00 vMB 59
600,861 600,861 00000000000000000013f4d089ce76543fe50a9532b2de4b30358c3751b5ab56 1,175 1.00/1.00 vMB 78
600,860 600,860 000000000000000000125ab22a3423d0b2aa76998c33bf8d1b19354deef2ee60 2,654 1.00/1.00 vMB 32
600,859 600,859 000000000000000000143386dc601a3cd4e15bf5fd175c1606298a39df897bc8 2,221 1.00/1.00 vMB 48
600,858 600,858 00000000000000000004a0afa21e38816b400120ddd78c6faabe21ebabbcd493 836 0.37/1.00 vMB 11
600,857 600,857 0000000000000000000c68fce8565f944227eddb4e5ce299d2103422ae94c575 2,345 0.71/1.00 vMB 10
600,856 600,856 0000000000000000000309f057c03da4cccb775318a0e4d598d64b51ace4a74d 2,349 1.00/1.00 vMB 16
600,855 600,855 000000000000000000087aba2ea98db257a788105bebca982a18849286e8c9ed 2,620 1.00/1.00 vMB 27
600,854 600,854 00000000000000000006ab3ef014d233547e8215ad0d40ecaccc891de286e334 1,437 0.43/1.00 vMB 14
600,853 600,853 000000000000000000048765b6a48b1e4b49010f690503f79cd3245993921fc3 2,361 0.69/1.00 vMB 16
600,852 600,852 000000000000000000111996b16628e4d518d2cbb15370e770308455e8b9e933 1,965 0.61/1.00 vMB 12
600,851 600,851 00000000000000000006c8e8d21a6a01a2343b8e233de6d1521668ca04434277 2,043 0.73/1.00 vMB 11
600,850 600,850 00000000000000000002646c6f0b03f2ce3a539e25f943748a6871b5c194e216 3,120 1.00/1.00 vMB 16
600,849 600,849 000000000000000000053195ec5d47b800a02a54483aebe40c0093e825e2f877 2,731 1.00/1.00 vMB 11
600,848 600,848 0000000000000000001389707c42774cab60b65849fd38bd9d456abdb8fe97ce 2,981 1.00/1.00 vMB 15
600,847 600,847 0000000000000000000cc9ca0354cd31e7ff4d3dea21f216eb5db06c1c215c7b 1,743 1.00/1.00 vMB 26
600,846 600,846 000000000000000000116a1fb1a84116d3bb965617ab259b58bf064c93c99e5d 2,490 1.00/1.00 vMB 8
600,845 600,845 000000000000000000045ee4fa226fda220447a7e5df70f81d202e6a8814d54e 2,472 1.00/1.00 vMB 17
600,844 600,844 0000000000000000001378cd9b5799609fc43e3b2134f325c1a79ddc813d1cfb 2,776 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.