Loading Tool

Explorer IconExplorer

Memory Pool

47,754 transactions
22.95 vMB
0.11197310 BTC
Random Selection Loading Transactions
Max Size: 128.46/200 MB

Candidate Block

Mining Attempt 28d69d88e91cf10a6867d504e5624bd8fa93d7d74289042a96f92c865c2fdb28
Version 20000000
Previous Block 0000000000000000000187815afe94b785578cc47d80c9276cd4af19b8916538
Merkle Root f7a80bc2f0905da10c469474d9cabb754c389fcb2578e708d321d950626f7a01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.03975627 BTC
Feerates: 165.33 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,094 (785,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,723 128,723 0000000000001edfce25ef8ce25e207beea57366dce44d2dca896980502df819 3 0.00/1.00 vMB 4,140
128,722 128,722 0000000000000aee10abf7c239183f6c1721003740f6565601772dba5f4ee5c4 17 0.01/1.00 vMB 186
128,721 128,721 0000000000002197a864a7907f1f6b9380491ff6d5efbc8fa87e88b9aa00bc50 30 0.01/1.00 vMB 1,194
128,720 128,720 0000000000001ec3a659dce5b790deae0169ac54401d6c724021380a2b24f8c3 13 0.00/1.00 vMB 307
128,719 128,719 00000000000008cd4f6febe923633d228aeba40f0dd3f7d59d7bb5a945fcdb7f 150 0.06/1.00 vMB 76
128,718 128,718 00000000000008039ca96a5a84c77decf96580602c7c3c63d320a8edc09ac2ea 11 0.00/1.00 vMB 548
128,717 128,717 0000000000001753cba83bf36179cdde1aaebfa13f745bc5747d0725c68224d2 80 0.03/1.00 vMB 1,557
128,716 128,716 00000000000018ce6f325bf58a281f195ef37cd37ce03b5993dc5610f9d43e6c 27 0.01/1.00 vMB 806
128,715 128,715 000000000000219305467e694a6231fcf03f7791aca0095bac6c6a3198d98232 27 0.01/1.00 vMB 580
128,714 128,714 0000000000000690be12e9b7804d1113e9b8f526e546cc6b6b91eb925a3a7da6 86 0.03/1.00 vMB 2,525
128,713 128,713 00000000000013ccfe9438242cc728d5a20064ac912f1b65f7159d05f713d387 15 0.01/1.00 vMB 1,132
128,712 128,712 0000000000001d277eb822b828d97318b0b264c5c18e3f2410bccd4d1feeb251 25 0.01/1.00 vMB 956
128,711 128,711 0000000000002488ae2e740304600243c1967ff54f8398ad70def3f15ecda314 13 0.00/1.00 vMB 330
128,710 128,710 0000000000001eeb580b19d8a5f178630e3d56b1fb3d6872abb05b844632a417 13 0.00/1.00 vMB 285
128,709 128,709 00000000000002a1f1bf0c088dadc4714a0ffe4043678e807817d1c0af414d07 29 0.01/1.00 vMB 587
128,708 128,708 000000000000243fc7ff767b4b2074064964df535e7070dcac157f6983b045fc 100 0.04/1.00 vMB 347
128,707 128,707 0000000000001f7a5ca18699f06f4d73126fe7e22a306c9f9e4f74143f752977 12 0.00/1.00 vMB 2,580
128,706 128,706 0000000000000d758f248b29df2c088c6f45962e723afc1b362e3f687850fed1 10 0.00/1.00 vMB 564
128,705 128,705 000000000000151b38c20876711c7c8c09593157d05d613666c6606f5915b60e 8 0.01/1.00 vMB 510
128,704 128,704 0000000000001a752b4be0f713babba90c9e5299f5b66a39564a3f15a574a050 8 0.00/1.00 vMB 1,349
128,703 128,703 0000000000001c660b88d3ceaa483a86baf0544c2e31cb1d3b46b3c11b2c08dd 6 0.00/1.00 vMB 1,987
Previous 10 blocks ↓
Total Size: 780.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 558.25 GB
    • Received: 7.11 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.