Loading Tool

Explorer IconExplorer

Memory Pool

41,006 transactions
31.99 vMB
0.12209209 BTC
Random Selection Loading Transactions
Max Size: 159.36/200 MB

Candidate Block

Mining Attempt 3f69ea238f08210bb036fc7d2adec2fec661a6b314ceaedd34fcb6a21ef6493e
Version 20000000
Previous Block 000000000000000000013cd46d945cd3237f55f5764ba0b347e0055cb459bae9
Merkle Root 1abca1a03a5f4db3c6a4bdfda4140bfc7adadfbd70eedaf5917a025a6165f72f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.05553468 BTC
Feerates: 301.69 > 5.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,374 (904,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,790 9,790 000000002e45eea4df9758f40d06a52cc05e34e9a7cf2384fb19b5fed1512a75 1 0.00/1.00 vMB 0
9,789 9,789 00000000e2c7a3ddc1f2cb885bc41cd2c8cc701006f6f85a337cdd96db9778a7 1 0.00/1.00 vMB 0
9,788 9,788 00000000d704e101720a1f3e58b0d96ab456b72964aef734b82a323f80ac5df4 1 0.00/1.00 vMB 0
9,787 9,787 00000000b06330c887ba63611ef49b7f2a7ec6e32e12c0600a304757c2295df7 1 0.00/1.00 vMB 0
9,786 9,786 000000007bee3c3f294e6c1b946ebbe85b1878faef0bf0c1e6908a0769d304f5 1 0.00/1.00 vMB 0
9,785 9,785 000000009ac2acfcd4bdb56050db189a2efcfa8f81ffa94acadfe10049905cbf 1 0.00/1.00 vMB 0
9,784 9,784 0000000016e447db6b826944c678cda4dc1a71af94ff6ff9452281f0677c442f 1 0.00/1.00 vMB 0
9,783 9,783 000000002a97e6e8121066414b7b000246aaa7d342285e1a02341e69aac4511f 1 0.00/1.00 vMB 0
9,782 9,782 00000000f2a17654fc79013aaaa16119685509933ead0c4a986dcf5c4fbc885b 1 0.00/1.00 vMB 0
9,781 9,781 00000000aed372269b6a436579bf7263ca6f3dbdaeca167beb4d6e7bb5f8be48 1 0.00/1.00 vMB 0
9,780 9,780 00000000425264e355281f4eef35bcb7ff586cb4b258c47fd49cf157ff05ceb7 1 0.00/1.00 vMB 0
9,779 9,779 0000000074a2f7b5c956dfdecd4c20cde88cf1596f7ab8b93f28b349966e02b3 1 0.00/1.00 vMB 0
9,778 9,778 00000000056eaac616aceb9389f9a0b4812decf2ae900d328a7262d3da52d041 1 0.00/1.00 vMB 0
9,777 9,777 00000000fdaf27ae132f0cf004f7e60befff1df056ef9dd7b3b3ee6b11741609 1 0.00/1.00 vMB 0
9,776 9,776 00000000cd0331eb9abf1d189468f0184395469dfe34e01ce6e505a64878c1d8 1 0.00/1.00 vMB 0
9,775 9,775 00000000772098ea65f8e416b61d0a6961be640e203bc73c8b1a8381280679fe 1 0.00/1.00 vMB 0
9,774 9,774 000000002f38afb1f789c456dbb17a86305252aef07fe850f91bc8aeb97163fe 1 0.00/1.00 vMB 0
9,773 9,773 000000001d3b956fdb37433fa326005ca53162f7a9ac1afb26afd09dce24454d 1 0.00/1.00 vMB 0
9,772 9,772 00000000ec7f892e14f2f3f2314f072443b96bc52c6eb982f4728c3a9761e544 1 0.00/1.00 vMB 0
9,771 9,771 0000000093f6623ff5855f72bbd8893a8a3f6f482d9365a882c23540c1354c4b 1 0.00/1.00 vMB 0
9,770 9,770 000000008a11f31763a5afe4f820b00a9793b63434b916b4c53cf582378833a3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.26 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: 596.44 GB
    • Received: 9.77 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.