Loading Tool

Explorer IconExplorer

Memory Pool

53,459 transactions
33.51 vMB
0.07409059 BTC
Random Selection Loading Transactions
Max Size: 174.66/200 MB

Candidate Block

Mining Attempt 551b5226c23b827cab719777d7a849d6922247a31d8458ed6db3c47237066f4e
Version 20000000
Previous Block 0000000000000000000193cf6124fafcde4bea4e3849501cd177b3e255e38e24
Merkle Root 0e247a6464c2b4ed6c5b039024e2ba73bb625c4182f3c7f221a55a265251a0a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,910
Size: 1.00 vMB
Total Fees: 0.00707946 BTC
Feerates: 150.93 > 0.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,401 (787,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,662 126,662 0000000000001eba5c9f91a43945e0b95ffde6fb4035b59a7e73684c3825fc0f 7 0.00/1.00 vMB 1,354
126,661 126,661 000000000000305642e0210e8b3fe7d8b1837397710a9336c1385ac24e8bf313 16 0.00/1.00 vMB 1,232
126,660 126,660 000000000000096dd5ff9a375ac537575031f0ecc2742faceddbe591420a5922 46 0.01/1.00 vMB 1,755
126,659 126,659 0000000000001aeb3a30b5b70e41edbf9243affbce7258086d30cf72e2380ba8 13 0.00/1.00 vMB 1,163
126,658 126,658 0000000000000f9d6021a8b84505f7d2d2e621e27d7f56526fbd443f8ef52e9a 16 0.01/1.00 vMB 875
126,657 126,657 00000000000002119354db13c29962480217e66788f958ce55faf64aa0b1a78d 18 0.00/1.00 vMB 63
126,656 126,656 000000000000284e68e2d388478c9aa31114703233a7ae98a48f803c07e1fb65 42 0.02/1.00 vMB 864
126,655 126,655 00000000000016a0d4ae8600a0227aa027bec39854bb0db05b131f2af00cb296 24 0.02/1.00 vMB 713
126,654 126,654 00000000000018f6b6af54f01115a48a353a740b67e4652446e28bcb707c5151 52 0.01/1.00 vMB 3
126,653 126,653 000000000000404a16a335cd4c7480f6010f519dbfb1f0113e9f6b071f8d743d 23 0.01/1.00 vMB 596
126,652 126,652 00000000000009b8b7cc58288439c2133173c8ba917ae135e8b41039e4b9bc33 18 0.01/1.00 vMB 925
126,651 126,651 000000000000226c79cbef2c056699c664139001290c585504e089ca2749c40c 27 0.01/1.00 vMB 572
126,650 126,650 00000000000001b184dd94d569ed788655a3db6a531715f9827678adb70f5312 14 0.00/1.00 vMB 823
126,649 126,649 00000000000018559f02e5f85e5a99aab2144c3d2d300153fadff71d32a071cf 19 0.01/1.00 vMB 816
126,648 126,648 0000000000000b08332e4fbf066037acbf7d94f19bc123878f27ec535e534ba3 35 0.02/1.00 vMB 572
126,647 126,647 0000000000001cfd7c559445eecd444bd9a09cd9e22720559908192fe25359a0 1 0.00/1.00 vMB 0
126,646 126,646 0000000000003c8dac939303d5b2ba8e1f959f6adb82c5931ecd2f3363b790b2 22 0.01/1.00 vMB 142
126,645 126,645 0000000000001bcb9e3d8b6e1c89eef657478ed48c83570ecd31f89c76681edf 26 0.01/1.00 vMB 803
126,644 126,644 00000000000004e2ce48a6a8cb39d288763d28190e83ed6f11332b1d5b533ef9 22 0.01/1.00 vMB 1,367
126,643 126,643 00000000000042ac1f5603d71c320a476b0d005e28be008b7b75718f9296312d 68 0.02/1.00 vMB 394
126,642 126,642 00000000000020fe88c32ff02eba6e702ad699cecff2bfbfdf203a1b28e21c79 14 0.00/1.00 vMB 1,007
Previous 10 blocks ↓
Total Size: 781.31 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: 599.71 GB
    • Received: 10.02 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.