Loading Tool

Explorer IconExplorer

Memory Pool

85,608 transactions
31.93 vMB
0.20865507 BTC
Random Selection Loading Transactions
Max Size: 190.95/200 MB

Candidate Block

Mining Attempt 0522c24596cc6e3ab4f3af92f24bbff36d8c3b62eb2de78e96682dd76bf9e9e7
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9f5e773436bdaf7fb5678113a2ffbca6d2971232e761fdc91f5330862b5d0c49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.09430489 BTC
Feerates: 529.10 > 9.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (231,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,518 683,518 00000000000000000001eafe549a8ddc7f1926d88e2b5fbc87709ab94eac8c69 2,186 1.00/1.00 vMB 38
683,517 683,517 00000000000000000001b67bf125b9383f8e10e160ad0001d17539704a56caf9 1,831 1.00/1.00 vMB 44
683,516 683,516 0000000000000000000a090f904abe79ea07027a948c20ba6766cefb57b014be 2,750 1.00/1.00 vMB 77
683,515 683,515 00000000000000000008a6babeb4ca8652f09da8cc4db7cf3d8747cb7ee2be0a 2,056 1.00/1.00 vMB 40
683,514 683,514 0000000000000000000606639a63133d87bf9f29ba9c31db6031fab0527342b1 1,468 1.00/1.00 vMB 76
683,513 683,513 0000000000000000000a7eb8dfdc450b6b26c47febf87bfc8d14cdbc041d155b 1 0.00/1.00 vMB 0
683,512 683,512 00000000000000000001ec8d45f537f6f798c84613a58a1ab470d71347430e58 1,012 1.00/1.00 vMB 33
683,511 683,511 000000000000000000024cfb5381e28f5985dff4011159d762d52c84564112e9 1,641 1.00/1.00 vMB 14
683,510 683,510 000000000000000000032c1e5b5ac02a6f0158fbe94c0c8451907ea6bda009c8 2,292 1.00/1.00 vMB 30
683,509 683,509 0000000000000000000ac0dc59ae48dc36a5a8be3aca6be1b858292378b60353 2,137 1.00/1.00 vMB 66
683,508 683,508 0000000000000000000a04481fab01d6af0d712d01bd1a16f1737a214b636b71 940 1.00/1.00 vMB 47
683,507 683,507 00000000000000000009758c5dbe990d1c7409db04d59e42823086cc69e4ec01 907 1.00/1.00 vMB 48
683,506 683,506 0000000000000000000004ea0b96d9447b104921d93bca74764fd5d187f241f4 2,663 1.00/1.00 vMB 70
683,505 683,505 00000000000000000002779d7bf2d7d0c8afb103e259335206810a3bc2b8d811 1,519 1.00/1.00 vMB 12
683,504 683,504 000000000000000000084895271f2cfc3c91d5f00655f614d466686ad5f0ddd2 1,890 1.00/1.00 vMB 44
683,503 683,503 000000000000000000023d1f133d841acbfca9aaf0868d65d0ca07079d01badb 1,844 1.00/1.00 vMB 61
683,502 683,502 00000000000000000009fd14fee2054b1713b256b7698ed16a0ccb2226afcb45 1,874 1.00/1.00 vMB 43
683,501 683,501 0000000000000000000163b2a7e68a9dab00ba640fe048837ed0b5a45bdf5614 2,353 1.00/1.00 vMB 61
683,500 683,500 00000000000000000002ec6eeaa403557eb247973a9a01669a74604a465b7dd6 899 1.00/1.00 vMB 14
683,499 683,499 00000000000000000003a2ef70f5b5b05a60d728df986966da6286dc2f177622 2,157 1.00/1.00 vMB 33
683,498 683,498 00000000000000000008adbd0da0b4388d74d2ab5a18e5e4694cc50d3da5853e 2,560 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.