Loading Tool

Explorer IconExplorer

Memory Pool

84,666 transactions
31.80 vMB
0.19061081 BTC
Random Selection Loading Transactions
Max Size: 189.90/200 MB

Candidate Block

Mining Attempt 0b9ed914988070f2d839b7b16c978dc5dd78be74c512bdca1fca5f44bb9e1846
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root a827d4ea3b2d775898364564407a6a580f22de898bdbddeb81cd9e8e3ffdfca2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,451
Size: 1.00 vMB
Total Fees: 0.08188418 BTC
Feerates: 101.65 > 8.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (209,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,718 705,718 000000000000000000033c8ec44721d844aa63f4312d65261eb4c4d0cd4e0379 3,035 1.00/1.00 vMB 9
705,717 705,717 00000000000000000007c2942f5cc9cde2e86358f6e1bd50e24c0b32390f8657 3,057 1.00/1.00 vMB 9
705,716 705,716 00000000000000000000be187ab6fde7b2ee3d82e1e128d7ed375494751453c3 3,439 1.00/1.00 vMB 31
705,715 705,715 00000000000000000001740459cdf85e801d43ddca548670fe7e83a90b1a1a70 1,157 0.82/1.00 vMB 4
705,714 705,714 00000000000000000002fcf26b7692e260214221c01c3640f235ef74683842cf 885 1.00/1.00 vMB 6
705,713 705,713 00000000000000000004edfee47434f1cea3a6bf850bbe0b38aca159aba0456a 1,668 1.00/1.00 vMB 12
705,712 705,712 000000000000000000098aced003ae1715e0d74c4bd7b9d5b232a64c90d68514 186 0.14/1.00 vMB 9
705,711 705,711 0000000000000000000d0873424e7b39e1859da9612ee474ccd1ccbf7fc0e55f 1,385 0.76/1.00 vMB 4
705,710 705,710 000000000000000000014699727d7e02a680eb88e4a570a126b2b6616d654d80 2,416 1.00/1.00 vMB 3
705,709 705,709 00000000000000000009c2b8ba471204fb5d9b7039726344b9e21121bbd8076a 2,881 1.00/1.00 vMB 4
705,708 705,708 0000000000000000000c9f4d346f9c1804d7f825fbc7f066246d0cadb6b17c78 2,969 1.00/1.00 vMB 26
705,707 705,707 000000000000000000029804b8e4a514417cba4d02c3ad52c8c06bed3db6d408 3,420 1.00/1.00 vMB 10
705,706 705,706 00000000000000000008951ea2ff0b30ca143de002e0ec99719f0642035bd382 2,784 1.00/1.00 vMB 13
705,705 705,705 0000000000000000000ded411e7feb7e78220587c5e2a5ef3b4fcacddd1629df 3,213 1.00/1.00 vMB 14
705,704 705,704 0000000000000000000434d462f12ff91868dcc7e2d98b1895230ca3972e13d1 3,174 1.00/1.00 vMB 15
705,703 705,703 0000000000000000000c549ac785b8f5bdb733db012c2cbbb31f802cb41c2914 3,082 1.00/1.00 vMB 15
705,702 705,702 00000000000000000008748377c1a1bb5e6001f0b392d83d9e63e098ed74cd8c 2,859 1.00/1.00 vMB 20
705,701 705,701 0000000000000000000310a359172b9df7013cd926d3e0051935fe1fb16fcf07 462 1.00/1.00 vMB 4
705,700 705,700 000000000000000000068ef99511d1fb4c1f395a62731422221bbfc6a020d0f2 2,069 1.00/1.00 vMB 4
705,699 705,699 0000000000000000000c755eaecb55c72fbdf5aa500eb4cc5455070a0b7755ce 2,377 1.00/1.00 vMB 14
705,698 705,698 0000000000000000000c4ed02fafc7ab2992364fb8e29571c9d8b1be4b77f666 2,714 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.