Loading Tool

Explorer IconExplorer

Memory Pool

38,520 transactions
25.54 vMB
0.05356613 BTC
Random Selection Loading Transactions
Max Size: 132.06/200 MB

Candidate Block

Mining Attempt c77f1b4bc9a827c96af19a63e1fdd4d80f44258a93a0d33ce1370fb8e8f37d6e
Version 20000000
Previous Block 00000000000000000000a6a8f5de49fbdec5568798a22c7444a7cf050d6d96e9
Merkle Root 4fa02d0f90465e8c4a1d04e06476257081cc42f720a4f49d26a442aab2450037
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,325
Size: 1.00 vMB
Total Fees: 0.00753385 BTC
Feerates: 100.36 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,767 (66,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,712 848,712 0000000000000000000317a60fa1fa194d0003f35205521d5f2ece10fcd3bd94 3,448 1.00/1.00 vMB 26
848,711 848,711 00000000000000000002676776d56f36857896dcccd2a247e258fb4297f0a44b 3,717 1.00/1.00 vMB 34
848,710 848,710 000000000000000000001cf9a02003330ead5323ef810ea0656272b3a8f87316 5,724 1.00/1.00 vMB 43
848,709 848,709 000000000000000000013244631d627f4969a2b8892ecb75e0643f4a5603e6e7 6,185 1.00/1.00 vMB 44
848,708 848,708 00000000000000000000a9f93f96d3e9963bcbc88d918c3526a0d03bd6108af5 6,650 1.00/1.00 vMB 43
848,707 848,707 00000000000000000001636d8c8f1e37d08e56c45a182a983cfd1aa7b37f2f08 5,946 1.00/1.00 vMB 53
848,706 848,706 00000000000000000002c09f584008c56874b75512f5d8a22c42b9e816800827 5,270 1.00/1.00 vMB 18
848,705 848,705 000000000000000000011c3ec280a177c9dc68929c995c03e2725546daccde0c 5,573 1.00/1.00 vMB 18
848,704 848,704 00000000000000000001a44421b0f94ad8a2b1bc12f7bbf2b1414b8498068e64 6,047 1.00/1.00 vMB 20
848,703 848,703 00000000000000000000f02c80665c854043b262bc4b2091c9523cf956404b77 4,905 1.00/1.00 vMB 28
848,702 848,702 00000000000000000000dadf5da61078df5eda2d0acd1daf82b6795fd84d4b7a 6,284 1.00/1.00 vMB 19
848,701 848,701 00000000000000000001d732110b993e95f004c33ff6dad292ac97fa0641a23c 5,149 1.00/1.00 vMB 24
848,700 848,700 00000000000000000001bbc263201d99925001082848243a0158235e92784e41 5,218 1.00/1.00 vMB 24
848,699 848,699 00000000000000000000bc56abc0406fb308c4ac9b8dfda1dd2b2e28bdf95db8 6,020 1.00/1.00 vMB 21
848,698 848,698 000000000000000000005478cdce721f930209c247cf4e9127c2bb375252600e 5,831 1.00/1.00 vMB 25
848,697 848,697 000000000000000000034cd0b7fe0e661061ad1310e78da83292dcfa8d8e4673 5,081 1.00/1.00 vMB 24
848,696 848,696 00000000000000000000c04db1d5fb974466cd7f464727bb2e4f2d1a791829f6 4,053 1.00/1.00 vMB 31
848,695 848,695 00000000000000000000d60f749a4b5d10e5961dac9abe1ccd1751ed66722789 6,227 1.00/1.00 vMB 16
848,694 848,694 000000000000000000022c35602a069614babb8c8c7a42623c9379869f21bea2 5,199 1.00/1.00 vMB 15
848,693 848,693 000000000000000000019b1acafbab3a2ea170a2ba7d5535bd5827f467bb2be7 5,082 1.00/1.00 vMB 16
848,692 848,692 000000000000000000024ff7c171470c5a66081be9438d4e9ab0b3ccfdda6cf0 5,450 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.97 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: 647.96 GB
    • Received: 12.99 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.