Loading Tool

Explorer IconExplorer

Memory Pool

79,990 transactions
29.76 vMB
0.09194593 BTC
Random Selection Loading Transactions
Max Size: 179.73/200 MB

Candidate Block

Mining Attempt b32c4a65955afb84e2c3b8ea92c2a57a3b5f93035241b44bf5cda2a9ac469390
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 67273fb7a260e15c77c94f3dd8b4ecfb83e2960dd2de89cd5094a42d60d042f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,745
Size: 1.00 vMB
Total Fees: 0.02751390 BTC
Feerates: 100.11 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (70,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,419 844,419 00000000000000000001f1b1326c3322bab7237f2f205aaa57354297bc3a845d 3,160 1.00/1.00 vMB 15
844,418 844,418 0000000000000000000142bf2f2df725f1e2e57db8ecede302997ad8be1aa894 3,254 1.00/1.00 vMB 11
844,417 844,417 0000000000000000000106bc985ff657d197fa2c1481120a64c8dc1274c47e65 2,472 1.00/1.00 vMB 12
844,416 844,416 000000000000000000029a76a416385210ab3493c53ac22805051d1c186af61c 3,077 1.00/1.00 vMB 11
844,415 844,415 0000000000000000000116d4b1a01386a55e188c5d1e249494a498d6f371dd55 5,914 1.00/1.00 vMB 10
844,414 844,414 00000000000000000002fb431296cf361d9970587af67daa424d1fe0d9a518fe 4,820 1.00/1.00 vMB 7
844,413 844,413 00000000000000000000139b41c50fbdfd5162887e2e9b9ff7c9fe26a29f84e8 2,800 1.00/1.00 vMB 8
844,412 844,412 00000000000000000000699d5a9bafeaabacea4fde3439880c95e65755edf724 2,815 1.00/1.00 vMB 11
844,411 844,411 00000000000000000002f131b7dfb6bbb8b0da697794cb1faf8646f55192ccf5 3,155 1.00/1.00 vMB 9
844,410 844,410 00000000000000000000f66327ae26b817f8862fa704c2aeca9e0d7b5480baca 2,456 1.00/1.00 vMB 14
844,409 844,409 000000000000000000024c5ee46dfa3cd253f1abf28527ea5852e137857bcd07 2,828 1.00/1.00 vMB 18
844,408 844,408 00000000000000000002fcc13d26e5b8bffa0ec2cc06d08e71617c0c422222d9 2,737 1.00/1.00 vMB 13
844,407 844,407 000000000000000000003b027ff31055d7812c14def04e32d8707b503cc00e05 3,122 1.00/1.00 vMB 23
844,406 844,406 000000000000000000025314c406634078c74daf6b4119d015a4fa00b6063cd3 3,876 1.00/1.00 vMB 13
844,405 844,405 00000000000000000000ab77f9c8d39aad708434c524e039b8bfc5cbac175b91 3,035 1.00/1.00 vMB 18
844,404 844,404 00000000000000000001cc60def224116c28dca631e70c34c0220c5c50dec4b9 3,089 1.00/1.00 vMB 17
844,403 844,403 00000000000000000000bb127498175b854baaebc423cfe4b8ad35e4b8d123f8 2,310 1.00/1.00 vMB 12
844,402 844,402 00000000000000000000aaf6eb885ec6f4c3d367f369962313b6f54d81170cb7 3,294 1.00/1.00 vMB 18
844,401 844,401 0000000000000000000073b0a277154cbc420e04fd8c699ae188d8d4421418ad 3,897 1.00/1.00 vMB 16
844,400 844,400 00000000000000000000108f5c32f545b2a1727e3a5f4b216d195a0e5150ebd5 5,958 1.00/1.00 vMB 18
844,399 844,399 0000000000000000000144aec2fdda006f92bdf61c810086dba378e73c296900 5,409 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.