Loading Tool

Explorer IconExplorer

Memory Pool

80,717 transactions
35.13 vMB
0.20460873 BTC
Random Selection Loading Transactions
Max Size: 195.56/200 MB

Candidate Block

Mining Attempt 76effcafe5ac8be6c87cba19c59d1e8000d7479f6f2d30956b743bba1ceaa987
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 156a899794cd680af3a5309e9cd68697225b72d25236169d062aa0fd31469765
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,352
Size: 1.00 vMB
Total Fees: 0.06537916 BTC
Feerates: 477.45 > 6.55 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (789,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,838 125,838 00000000000029bce6643261bdabb57abf89fe443b5e77e6b60fbfd6d31f0b0f 17 0.01/1.00 vMB 1,316
125,837 125,837 00000000000027aab5c331faea6e31cb6bb250f957d003d3b245bf0bb43bb992 24 0.01/1.00 vMB 935
125,836 125,836 0000000000003c3aa9629433af1fddddab3443e9f48b38c55be50cd023485651 8 0.00/1.00 vMB 1,615
125,835 125,835 0000000000003a589ab7fabf5aa4e4f12d27465019d3867b1710740aac3a8e32 90 0.03/1.00 vMB 152
125,834 125,834 00000000000020d817db226a75c6e902f9b3bdfc70464214a5460913b3372b86 33 0.02/1.00 vMB 496
125,833 125,833 0000000000002cfe46595be6924f1d29495b9ff88839dd7f43633415ee9de71c 35 0.02/1.00 vMB 884
125,832 125,832 0000000000000a9ecaffe64f2539e6baa3db2e0e4d701caac143f754094dc98a 11 0.00/1.00 vMB 580
125,831 125,831 00000000000042fbe24ed3cbf1c5fde83d806d3a5a742d7516ee8227faa2ea2e 10 0.00/1.00 vMB 0
125,830 125,830 000000000000246ee32e41a793c5ca7b4b06ac3b0968fed3b63276b149fd7942 43 0.02/1.00 vMB 1,009
125,829 125,829 00000000000034280c230cc5dd755edf1830b1561066afde466d31d7036c8925 8 0.00/1.00 vMB 337
125,828 125,828 00000000000033f857e30a0b54b39fa1d08da905f80cea006ed9a63d18c4aaf7 8 0.00/1.00 vMB 1,525
125,827 125,827 000000000000179240bce14cf02a1d2f3ae45dcd4dbe3213dc6a1613e54e6c6d 75 0.03/1.00 vMB 54
125,826 125,826 00000000000030e4c86b212932730d533d5bec7e857803f2f77d95798776b2be 29 0.02/1.00 vMB 332
125,825 125,825 0000000000000e68eb651587b102a82f1df9a9a8fb30f6bebe1a9ea07c515d32 7 0.00/1.00 vMB 631
125,824 125,824 0000000000002190ea06bedb53e2c166ef983485e8162e83034b297911e3a3ba 5 0.00/1.00 vMB 0
125,823 125,823 00000000000005c03786c5f3ccd20e3f9b790d81d96cf1450b94abcddd05357c 16 0.01/1.00 vMB 1,117
125,822 125,822 00000000000015b0b2c92f538aa778bf7158df9582274eefbb54c206a335fedf 7 0.00/1.00 vMB 0
125,821 125,821 00000000000012e0e2a1fd58571c8e2de4662f396d7604cd52da148a1ced0f03 9 0.00/1.00 vMB 0
125,820 125,820 00000000000006dce738f5f5abab307e43de3c6b14668c2b594385aacc2a0607 17 0.01/1.00 vMB 1,084
125,819 125,819 0000000000002e8b769089e9405dd29b31a1bd3f4072ff0c2601186ad6e29dcd 28 0.01/1.00 vMB 969
125,818 125,818 000000000000085303bdac939149e701da96a910872f526cfd1bb48c05c19854 5 0.00/1.00 vMB 489
Previous 10 blocks ↓
Total Size: 783.11 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: 736.22 GB
    • Received: 18.58 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.