Loading Tool

Explorer IconExplorer

Memory Pool

41,262 transactions
28.64 vMB
0.05927111 BTC
Random Selection Loading Transactions
Max Size: 147.00/200 MB

Candidate Block

Mining Attempt baa19aaf38f06bc45b2eeb24bfed7e659c19a1cae2e23b3705328f794d5185bc
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root 256526316d1db195e1d5a893ea03c4e9881897138c8b4ba98bb7af39ec78425c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,048
Size: 1.00 vMB
Total Fees: 0.00388364 BTC
Feerates: 30.21 > 0.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (71,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,249 843,249 000000000000000000023330714796611d89a14a48b7004048cf87c950c56c3f 6,756 1.00/1.00 vMB 13
843,248 843,248 000000000000000000001e26449cdd523fd5f4c19a17b61aa4a56d87a6193251 2,930 1.00/1.00 vMB 17
843,247 843,247 000000000000000000016b758d8da88f330515af6dc05d7913142705aee4b1ab 3,570 1.00/1.00 vMB 13
843,246 843,246 0000000000000000000122f41e1655f4de346d455bcfc9123859d83d23f90cc7 2,927 1.00/1.00 vMB 13
843,245 843,245 00000000000000000003600e8551c5d8840af8f88bda44897b6b491de67725da 2,485 1.00/1.00 vMB 12
843,244 843,244 00000000000000000000823c1f6158c2e297fb8fa90c277ca2f2526eaf60bc90 3,844 1.00/1.00 vMB 18
843,243 843,243 000000000000000000001bcf263b475d8678c0f9ee025642b13268b6cfc1c412 3,122 1.00/1.00 vMB 17
843,242 843,242 00000000000000000001823211c2f4f90244ae8404b4a8af529ce0cb2ad81bce 3,319 1.00/1.00 vMB 11
843,241 843,241 00000000000000000001b7aa1876112e25e0ced5471519334cd4c64dcd7caaf6 5,830 1.00/1.00 vMB 14
843,240 843,240 00000000000000000001828a236c53e488948f49e9ae74cf061fb91d9898fad5 4,279 1.00/1.00 vMB 16
843,239 843,239 00000000000000000002d130772e6595a9ca8039f8e8dc691c934f64f97b62aa 3,011 1.00/1.00 vMB 20
843,238 843,238 0000000000000000000167499602ea2fd3be2e462af967753cad7796b6c26d5e 4,791 1.00/1.00 vMB 12
843,237 843,237 000000000000000000035465013444b771907e83ccd8505130f903193ae72449 4,819 1.00/1.00 vMB 14
843,236 843,236 00000000000000000002f87842913238286be12ab0353ac81df3d1553ae6bbe7 6,826 1.00/1.00 vMB 13
843,235 843,235 00000000000000000001c5bbb728d7b6ab7232c0a610b1934de392161677f7b6 5,519 1.00/1.00 vMB 19
843,234 843,234 00000000000000000001faf52060e358d0f8503cbb2b4c248b18d706c94cf4c9 4,107 1.00/1.00 vMB 15
843,233 843,233 000000000000000000011a21e6b5cc5eb1f225c7c0618a7f7e305a6f05391629 4,853 1.00/1.00 vMB 23
843,232 843,232 00000000000000000002a40de2435e3f00d3429721c5e644f223a3d725e8cf98 2,902 1.00/1.00 vMB 12
843,231 843,231 000000000000000000030566aa3a07755fe2effcf8d8e170a7f7a92added6b53 2,707 1.00/1.00 vMB 19
843,230 843,230 000000000000000000024b07fcec03b6f0768b29b7d67cd08f3f5be3d47295c7 3,954 1.00/1.00 vMB 12
843,229 843,229 00000000000000000001e423f1f50723c4944777c0b9c5bde5bd8f11b8f8c3df 4,061 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.94 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.