Loading Tool

Explorer IconExplorer

Memory Pool

75,426 transactions
29.93 vMB
0.11120307 BTC
Random Selection Loading Transactions
Max Size: 173.78/200 MB

Candidate Block

Mining Attempt 13250f255c5428ed2414485cd0cac031a30dd17af94c824c3146df1e754ab258
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root 1f66340ca146db1a9539f67b6f387b591f6799c87c9f89273e95c6f46525a845
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,018
Size: 1.00 vMB
Total Fees: 0.03915423 BTC
Feerates: 101.64 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (817,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,311 97,311 0000000000044bb7184847ca90a3c925a1bb598f620ad6a20f0b4549dd7b43b7 5 0.00/1.00 vMB 1,002
97,310 97,310 000000000000b716bb1b7b025101239320116b9e0d6396bca55aa8ffd10fa04b 1 0.00/1.00 vMB 0
97,309 97,309 0000000000016546a00d058f8bbdcd0ce96817cad11cf4503e857f3427ab3bcf 2 0.00/1.00 vMB 0
97,308 97,308 000000000001e0f7ab8a1d150b0c0d117cb750c9398e62bd2a2d3f8d355b75b6 1 0.00/1.00 vMB 0
97,307 97,307 0000000000019b3c2d6635543edd19154b6632e216c680e19c2c1d42155b57c2 10 0.00/1.00 vMB 0
97,306 97,306 0000000000045c4557ebc5b01fbfe4dcba5ab31687ccac995b8f25bb4abfbf3e 11 0.00/1.00 vMB 0
97,305 97,305 0000000000013473fa5f8bdca45a9b1d03eb568fdb081398421ba1351716f98e 12 0.00/1.00 vMB 0
97,304 97,304 000000000002f10d1649bb5c35c3ca85b09a4e7de653dbf0ba60bb3725b5daca 5 0.00/1.00 vMB 0
97,303 97,303 0000000000040aff2ed05b170ba561b39c676f3dcce85b7cd2b654ab53e06b4b 1 0.00/1.00 vMB 0
97,302 97,302 0000000000004021044938860c130815196de338c467848e97175402e8aa364f 6 0.00/1.00 vMB 0
97,301 97,301 000000000004d04d6ffd13f5cd1316f798ff00f0a5e413d30e2eb70dab999701 2 0.03/1.00 vMB 1,035
97,300 97,300 000000000002ace93caa3128fe86e305c0059a2966cfcb306c53faa9048aaa21 1 0.00/1.00 vMB 0
97,299 97,299 000000000001ca10c775a3e50a1351b20f47bd5d37991aad63a03cef611e6ef5 6 0.00/1.00 vMB 0
97,298 97,298 00000000000442e69e0520e58e1250b3fa9307506990ec8993f72bcbcea7bb6b 2 0.00/1.00 vMB 0
97,297 97,297 0000000000021c7c07ce4cad4d5c6f5b3caa924f1ee204f44bd80fbf11c795ca 4 0.00/1.00 vMB 0
97,296 97,296 0000000000030281ea6263ee30c0bba29d7b909f93213252812972481e2cafc4 4 0.00/1.00 vMB 0
97,295 97,295 000000000003566bb8c3ac16a603ad8e610b321bd4ff1267b57f899f9958545f 5 0.00/1.00 vMB 0
97,294 97,294 000000000000ae870ad99c4c39e3912692ef4028c8d5b37dd9d4d71642a4f80e 2 0.00/1.00 vMB 0
97,293 97,293 000000000003fd483124f66cbfd9646ba5ccf76648c360cc82ef7751752bc592 2 0.00/1.00 vMB 0
97,292 97,292 000000000004474ae41beeab039472839a6f0c938e0fd6e64ef6d77d78bfd692 1 0.00/1.00 vMB 0
97,291 97,291 0000000000015a5365ac638444be750d90710730bd6450b7ff562e839981d150 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.