Loading Tool

Explorer IconExplorer

Memory Pool

41,404 transactions
25.99 vMB
0.05286070 BTC
Random Selection Loading Transactions
Max Size: 136.04/200 MB

Candidate Block

Mining Attempt 0edcdd9604fa6a924f833474b6edc14de4c6221fe036b1fb01cd7c433978319b
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root d9256508e7d8243434c02a41298f569ddb1bcfa64af88c5cf7a8096916aa1ad5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,934
Size: 1.00 vMB
Total Fees: 0.00561194 BTC
Feerates: 61.00 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (476,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,972 437,972 0000000000000000038728c7f8fbca5f8281c9b17f45c3b0e82eea81d6458529 2,718 1.00/1.00 vMB 68
437,971 437,971 00000000000000000362a200bfa1689595f46bea298d9bca01fc84a805930d88 1,886 1.00/1.00 vMB 124
437,970 437,970 0000000000000000035d791d0437d0e000e01a9fd515923ce7c428d00f2f824b 838 0.38/1.00 vMB 69
437,969 437,969 00000000000000000316f1cf237d9135d7dd4b530bf9a37a93e853d06a43cc84 786 0.64/1.00 vMB 31
437,968 437,968 000000000000000002f9d94d222a6f8145c9dd971164fa41ad74749e86aaf6c1 1,105 1.00/1.00 vMB 27
437,967 437,967 000000000000000001ac23c9cd142e6c975d628f5cab270aa92a7b233561d666 1,664 1.00/1.00 vMB 41
437,966 437,966 00000000000000000387ea9581474b1a4f3e1d1628ea402adc8c3b5d6cb64ecb 1,591 1.00/1.00 vMB 44
437,965 437,965 000000000000000002de03fa676b0e50c4ebe8072f46f99b5cb4aca70e4ba1e2 1,977 1.00/1.00 vMB 41
437,964 437,964 00000000000000000011b92262491ed7d3f838be2655831b0420ca236e72581a 2,255 1.00/1.00 vMB 60
437,963 437,963 000000000000000000f772a7bb268a11aa142f5f60a581d0dc7e03a1d6334feb 1,899 1.00/1.00 vMB 42
437,962 437,962 0000000000000000036cf0a27673ea08b007cec0ccdb4e8ab751526d8506f9f5 1,669 1.00/1.00 vMB 57
437,961 437,961 00000000000000000284437e6986ad3bd0431fb5809681207be2717a7accc64f 2,151 1.00/1.00 vMB 55
437,960 437,960 0000000000000000019de686c47b0cc7479f7e800daabfed350a5ea91a1f39fa 2,468 1.00/1.00 vMB 57
437,959 437,959 0000000000000000015abc24254474d78bf15a6ff53d1dd42035de049ddb9d61 2,438 1.00/1.00 vMB 57
437,958 437,958 0000000000000000032ebb6a78cb72a6709036366b46ce0596d585b05dcd5fba 2,250 1.00/1.00 vMB 79
437,957 437,957 00000000000000000339bcc068f166eb8583275dcf26470da1d22d72529afd29 2,272 1.00/1.00 vMB 56
437,956 437,956 000000000000000001ef9dae399970eb7d4f9bf095ff60520f7895f40a828595 2,614 1.00/1.00 vMB 90
437,955 437,955 00000000000000000298effd213c9a9ea5461aeb2764132a4472b45e25473345 2,411 1.00/1.00 vMB 81
437,954 437,954 00000000000000000090eb72cb525258893d0d4cc078dd4bb74d9c70421a9f94 2,631 1.00/1.00 vMB 55
437,953 437,953 00000000000000000417dedf93b028b20f1c43ee982057287979a5b6f42970af 1,980 1.00/1.00 vMB 62
437,952 437,952 000000000000000000190323e7d910fffe4e9a10bfcf2b666593726a47b4b226 3,208 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.