Loading Tool

Explorer IconExplorer

Memory Pool

32,373 transactions
25.04 vMB
0.05019189 BTC
Random Selection Loading Transactions
Max Size: 126.46/200 MB

Candidate Block

Mining Attempt 558b58399d7837a9f3f8b10b2719e337000d95f7d1846b28c4e09931da9a5a78
Version 20000000
Previous Block 00000000000000000000fcced78716f3937ddf6728d5c4389f66f810a621bd37
Merkle Root fd2a53168c05ea664f322163b67f1d3622c9db11ab5a6d476654f07b45c9eaf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,812
Size: 1.00 vMB
Total Fees: 0.00519751 BTC
Feerates: 100.21 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,685 (297,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,841 616,841 0000000000000000000d3f16736cc9ac85a2794d0a4bc8e082d50c218bd2c8be 2,975 1.00/1.00 vMB 45
616,840 616,840 000000000000000000031cd8687d7bee08d2d82fbb5731640e38a9a69cb84095 466 1.00/1.00 vMB 96
616,839 616,839 0000000000000000000a4c8ce346bbdfa834b552eb42690ba3e7bd041f3961e2 1,706 1.00/1.00 vMB 53
616,838 616,838 0000000000000000000cd9b03c0d649bb9cbbc8a912434cfd9bf75a052291b0e 965 1.00/1.00 vMB 81
616,837 616,837 0000000000000000000979d62984c7d7aa4941cdd991b47ff9e3df3c286b2485 2,382 1.00/1.00 vMB 37
616,836 616,836 00000000000000000008ff8ac1afbbe16e876f9a64f20c5d0f7c5c3b6d73f50f 2,246 1.00/1.00 vMB 48
616,835 616,835 00000000000000000003b8100e8526e8c71ad8c71d71c69376a97293e75c8cd1 2,679 1.00/1.00 vMB 25
616,834 616,834 000000000000000000027e73dd16238738b7806e8c8649a4a525d730d9c24500 3,173 1.00/1.00 vMB 28
616,833 616,833 0000000000000000000455bf8cea71160439f28f418b9d8bae11e6294395942f 3,468 1.00/1.00 vMB 30
616,832 616,832 0000000000000000000d039c100279bc86386945a35c113d26f52a288b28414e 2,663 1.00/1.00 vMB 25
616,831 616,831 000000000000000000117d5e52858f4fefac9f235b83f9b9c32632cbc6af3f30 3,149 1.00/1.00 vMB 27
616,830 616,830 00000000000000000001a8a684b1b735fa3fd39ee50d9fdb2a9cd581dba5d3d8 2,603 1.00/1.00 vMB 28
616,829 616,829 0000000000000000000b2dc02dfd3c1a4a337d7aa885446f1a78c1cb3b387a86 3,019 1.00/1.00 vMB 44
616,828 616,828 0000000000000000000034d7c010b17ab4a8d8e760f29ff6792ddcbb27a4e763 3,491 1.00/1.00 vMB 36
616,827 616,827 00000000000000000004850bd26d2bfe30850ffe0cdf98953189b38e5dc1e30b 3,389 1.00/1.00 vMB 37
616,826 616,826 0000000000000000000f85fccfaee13d9094f152609d6d391b6d91b0b41d9039 3,432 1.00/1.00 vMB 37
616,825 616,825 0000000000000000000a41249bf251a00a677c8a220305ff4b6de8d738592d27 2,996 1.00/1.00 vMB 30
616,824 616,824 00000000000000000008aa8b92abc02be5485be0ba16fdb92cfff347f56f494e 3,076 1.00/1.00 vMB 45
616,823 616,823 000000000000000000104890c87f9ed8b8a56dab261fec55578ffab009141e7f 2,674 1.00/1.00 vMB 16
616,822 616,822 00000000000000000006a1e568b4871e7eda9bc8803f7221433c092ae904d0f0 3,114 1.00/1.00 vMB 31
616,821 616,821 000000000000000000057a83383701f9276fdde75e60bf2372577eaad8bf0026 3,052 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.83 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: 637.08 GB
    • Received: 12.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.