Loading Tool

Explorer IconExplorer

Memory Pool

80,818 transactions
34.76 vMB
0.18255299 BTC
Random Selection Loading Transactions
Max Size: 194.68/200 MB

Candidate Block

Mining Attempt 62d36a4aacb576f240c27234420c6f276598507d6ace7bf7e2d4c3031e00d6e3
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 5ff71d56338da6fe6c8a2721c1b5bbd388b67c91b3930bc40a1821790b1c7085
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,123
Size: 1.00 vMB
Total Fees: 0.05113983 BTC
Feerates: 189.28 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (22,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,835 892,835 00000000000000000000a399af2abac06937696bc2ff94ea217993783498ea6a 2,240 1.00/1.00 vMB 1
892,834 892,834 0000000000000000000049dba110e59925c24514b6fe8ccf05a96bce871e1732 3,642 1.00/1.00 vMB 2
892,833 892,833 000000000000000000011755cef84160b45543d94818eaa0fedfad3a5b0b0b27 4,398 1.00/1.00 vMB 2
892,832 892,832 000000000000000000003ba0f598aee64f0eb4e0bd4ae464f58ed0e046a66334 1,898 1.00/1.00 vMB 1
892,831 892,831 000000000000000000011fd910ece67e46120397ac93686a9800b440accf58fc 4,408 1.00/1.00 vMB 2
892,830 892,830 000000000000000000007251b7f265a4e3d3cdad1867dbafa1bc3d3053190338 3,827 1.00/1.00 vMB 2
892,829 892,829 0000000000000000000082a78f5b3857825a93252ca8e84e041144750b1a5001 3,642 1.00/1.00 vMB 4
892,828 892,828 0000000000000000000091608af9cfab4c2abe3b6c678e4e34f6faffbaf82738 4,053 1.00/1.00 vMB 5
892,827 892,827 000000000000000000024d0e2422eb0e3c4f1ca7f9a7552ae2b7c9b82dee16d3 3,276 1.00/1.00 vMB 3
892,826 892,826 00000000000000000001ad5123a7ed45a1ffa5bb647f6c52b82cc3f5c043ad1d 2,264 1.00/1.00 vMB 13
892,825 892,825 000000000000000000016db2704594abcb6becb05dc4bb313386dff49ed695af 3,411 1.00/1.00 vMB 3
892,824 892,824 00000000000000000000d223aee7d528decd309d73ad65545cb102b4c833ce53 2,060 1.00/1.00 vMB 1
892,823 892,823 0000000000000000000247f4429e3523e51258eeac5e88d83c1d8a1d6e59f6f4 2,492 1.00/1.00 vMB 2
892,822 892,822 000000000000000000006d0f5a1fa9e7991c0790c264d597cb1d0f9a9348d690 2,784 1.00/1.00 vMB 4
892,821 892,821 0000000000000000000015d9eadd3ddf504813545f2903fa011e03a6424224de 3,623 1.00/1.00 vMB 6
892,820 892,820 00000000000000000000cd5205017ea9a5ff35bfd89e250e8de302f770d8ea44 1,296 1.00/1.00 vMB 2
892,819 892,819 00000000000000000001a9bf34784ad0cdae67bb5a951b94294af3fd38ebf160 4,013 1.00/1.00 vMB 2
892,818 892,818 00000000000000000001bd94c2a02ea03cfffae094a14628004f761f3e891694 3,894 1.00/1.00 vMB 4
892,817 892,817 000000000000000000014307ad3e7ff4bc6d15f722ca4a8101035d77ee293e5f 4,059 1.00/1.00 vMB 8
892,816 892,816 000000000000000000018d7088812956077b69e3fe5a2d5f7c3cba817195c5e8 1,343 1.00/1.00 vMB 2
892,815 892,815 000000000000000000004f0cf797f71b02e3abf8a3184d2cf5798e3dde4848c9 3,926 1.00/1.00 vMB 4
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: 734.21 GB
    • Received: 18.55 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.