Loading Tool

Explorer IconExplorer

Memory Pool

41,715 transactions
28.38 vMB
0.06800132 BTC
Random Selection Loading Transactions
Max Size: 145.34/200 MB

Candidate Block

Mining Attempt 9a6b6ed87ef12ea238a73c362f1d48eb922b7325d96c7f09e26d5a0c72e87064
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root ae7137b69b2ba1630a94bab92eadb293edad4e0e0823e2b05887854d2c49d08e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.01320804 BTC
Feerates: 201.07 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (150,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,824 763,824 000000000000000000031379a8960f873682df837fc0e3c95e2d214dcaa7c15b 2,699 1.00/1.00 vMB 33
763,823 763,823 000000000000000000030f7d7a25bf90be2b3e5ae3d2460019b3f96e9d131c41 2,174 1.00/1.00 vMB 11
763,822 763,822 00000000000000000005b90b33c9649f3c4d5b27448dd7adb671e4e171cbdb9e 2,250 1.00/1.00 vMB 18
763,821 763,821 00000000000000000006a8035c3fc89cc9da19f3c7425f765b91dafe1c8e52c3 1,983 1.00/1.00 vMB 15
763,820 763,820 00000000000000000006d9674a6a4a692d746559dbe243714dd2afc0dd303469 1,744 1.00/1.00 vMB 20
763,819 763,819 00000000000000000001958f5af0202617dae58d532bd10a8a8be6719987fb2a 2,554 1.00/1.00 vMB 38
763,818 763,818 000000000000000000000d4e61c213e2ab83d7ee43f901e277bba20c8132c652 1,309 1.00/1.00 vMB 27
763,817 763,817 00000000000000000002945618a0e6b79a89040ff473c53860e6abfec8c06c6e 1,676 1.00/1.00 vMB 8
763,816 763,816 0000000000000000000350c159bb97a587075dd6b18f7731d439b30c0d153ab3 2,427 1.00/1.00 vMB 24
763,815 763,815 00000000000000000003cce77c9df166b9cc8afb48000f87b1666c080a600118 2,585 1.00/1.00 vMB 15
763,814 763,814 00000000000000000005f8d0aa2708eece28a6bd279ac4dc84d12f5f33529260 2,704 1.00/1.00 vMB 23
763,813 763,813 000000000000000000044509fd1bf39871db414b804828bf0d8ec4ff9f513bde 972 1.00/1.00 vMB 16
763,812 763,812 000000000000000000003c9bdb045451d8c01223bf8c7ab6ec1f395a60119373 1,720 1.00/1.00 vMB 11
763,811 763,811 00000000000000000002ed9f64ec7ea0ae9e608e9a51860e5e605731c81589c9 2,275 1.00/1.00 vMB 25
763,810 763,810 00000000000000000006788b8158f65e33f6bede2afeda17bad46954dc5882d3 1,941 1.00/1.00 vMB 21
763,809 763,809 000000000000000000052fc2f7bc111b1d45fbb0cb223989fef72abc9e71846d 1,631 1.00/1.00 vMB 17
763,808 763,808 000000000000000000045e5b48f0c6de4247f33e0b5267e0ce03725cf755b0ac 1 0.00/1.00 vMB 0
763,807 763,807 000000000000000000007d56bff30dd9f83284466ee3342e34a58cdd3bdc45b4 1,591 1.00/1.00 vMB 19
763,806 763,806 0000000000000000000067de6e6252a5c20cfad81fa523407b77ddec531be4ac 1,529 1.00/1.00 vMB 23
763,805 763,805 00000000000000000001153fe487283cc6fc1d2466318a494f27a76410faf9cb 1,453 1.00/1.00 vMB 16
763,804 763,804 000000000000000000053eabfc85447781ee19ea6b5ed28853ddb61942a1a72d 3,719 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.