Loading Tool

Explorer IconExplorer

Memory Pool

76,362 transactions
28.46 vMB
0.06733314 BTC
Random Selection Loading Transactions
Max Size: 172.52/200 MB

Candidate Block

Mining Attempt 50d88894e0d6bf433ba6a1f472eb8b1f47580c4ad4c67743e4a61754e4279520
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 34948f7db2a66f80244203c60e19fb90b2d26aa8cb3fe8372fdd0bd34c60ed10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,343
Size: 1.00 vMB
Total Fees: 0.00829041 BTC
Feerates: 78.13 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (128,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,850 786,850 0000000000000000000179bbbdc9252ff360e37621b28539f1214a9fbcf8ddb5 1,307 1.00/1.00 vMB 18
786,849 786,849 0000000000000000000279411f20f92266effb259a98344c7894dabdfb86ae05 967 1.00/1.00 vMB 16
786,848 786,848 000000000000000000057a419f7275054e37d9683b117db0831e54579c12181b 1,326 1.00/1.00 vMB 19
786,847 786,847 00000000000000000003acb1f1a60abe72e83b127b33bd8ee70c8a1e44f2326b 2,692 1.00/1.00 vMB 20
786,846 786,846 000000000000000000059ffe857fb6c719224d8dcdc5ae555bbb5c2c24cd9c3d 2,525 1.00/1.00 vMB 28
786,845 786,845 0000000000000000000441ad66db29f66763308eafde2045ef89175eabb57e1e 1,100 1.00/1.00 vMB 18
786,844 786,844 000000000000000000046fca014d769f4acf407a3f74b92ace8ba67ad57e2f0d 1,290 1.00/1.00 vMB 18
786,843 786,843 00000000000000000000e5881c20b99ede7d26a8eab36754f6eb08ad56a03050 2,506 1.00/1.00 vMB 23
786,842 786,842 00000000000000000000f7f7f729c4a8b5fc8ddef334ab55ff1b78d4c9f85018 2,685 1.00/1.00 vMB 22
786,841 786,841 000000000000000000057a2f2afc6e847d96c0ebd602743f2fbfabc13304a0b3 2,406 1.00/1.00 vMB 21
786,840 786,840 000000000000000000015b707e06622eb94ed9564f1fb2ea4a78c72dd6925118 2,537 1.00/1.00 vMB 21
786,839 786,839 0000000000000000000397ffe695660144e0ec6557b732da55f1f280218f5bd1 2,842 1.00/1.00 vMB 26
786,838 786,838 00000000000000000004a3481fa3c1a7474816cb3acf35cae7e366f885208433 2,155 1.00/1.00 vMB 25
786,837 786,837 0000000000000000000376a2b70fad8074e80549aac7e374da271de1356d4e8e 2,061 1.00/1.00 vMB 11
786,836 786,836 000000000000000000042550e0cbb9f84242e891659919b27fd40128c1889fce 2,254 1.00/1.00 vMB 18
786,835 786,835 000000000000000000035afa2353ee43f620905eaa5fa430ecc5ea6d2caf8e35 2,556 1.00/1.00 vMB 10
786,834 786,834 0000000000000000000454fe7af508d9c346939b27760018ac8711900a7a8625 2,542 1.00/1.00 vMB 15
786,833 786,833 00000000000000000003fb7c76e7f4ac8d59d922970fd79e2904250406eeb4e1 2,345 1.00/1.00 vMB 19
786,832 786,832 0000000000000000000589e9ea0d208c31650c56da2a0da6f2e12e9410a3e250 1,703 1.00/1.00 vMB 14
786,831 786,831 000000000000000000051dd9000abfd1861232a5395f428b9dac3d8ae31580d5 2,032 1.00/1.00 vMB 17
786,830 786,830 000000000000000000040dde57e98ef0f63499c2ea293e19766efc55b0dcb9bd 2,700 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.