Loading Tool

Explorer IconExplorer

Memory Pool

35,319 transactions
23.33 vMB
0.03378929 BTC
Random Selection Loading Transactions
Max Size: 131.14/200 MB

Candidate Block

Mining Attempt 70d7a99850c6fbfab026e45e9545266d0d3a89d6efb86180220a48d0b13a4390
Version 20000000
Previous Block 000000000000000000011cb2114ce4d21eba8876598fcd3c4a180c17995f2f17
Merkle Root fe29613a73e86cdecce6edac6cb0920ac90e697970b4863d33c271b20af63172
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,826
Size: 1.00 vMB
Total Fees: 0.00838479 BTC
Feerates: 30.40 > 0.84 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,146 (5,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
933,235 933,235 000000000000000000014a2ed17cac309164b23115f8f249bc2b5ac10cabe3aa 2,056 0.81/1.00 vMB 2
933,234 933,234 00000000000000000001a1897b54e8097c79637633459dd30a62c556612f36f0 382 0.12/1.00 vMB 1
933,233 933,233 00000000000000000000b4f2bc3740cc50b57206c72fb20627787fc2799738b1 1,130 0.28/1.00 vMB 2
933,232 933,232 000000000000000000017956a8d14b876e8c18e6d9b4d90b5516492e37604963 3,022 1.00/1.00 vMB 2
933,231 933,231 0000000000000000000074f2501bc5e52b5cce8b9721a85a19c67eb655332688 4,322 1.00/1.00 vMB 0
933,230 933,230 00000000000000000000d0dfcb2400e75dddcbd50ecb2a70b32e124067ee3d0e 2,267 0.64/1.00 vMB 2
933,229 933,229 00000000000000000000c443df38e1452718df5f6abe586a5583b694ce576867 2,816 1.00/1.00 vMB 1
933,228 933,228 00000000000000000000af6e25a3dac4832999b68983a631c901fdb2e9524cc4 3,053 1.00/1.00 vMB 2
933,227 933,227 000000000000000000007f0eff7e942473e316b2f84d405f67a564833f1f5fbd 3,224 1.00/1.00 vMB 1
933,226 933,226 000000000000000000013bcb2dbc1547e964c9dde1d1a70c961b78fe2acd4cdb 4,219 1.00/1.00 vMB 4
933,225 933,225 00000000000000000001c9ee1998fccabe1839b62f7ae24a2564d525b0bc32e1 3,648 1.00/1.00 vMB 4
933,224 933,224 000000000000000000015b416263ea837dc759385a682729869bf94dd1495afb 3,272 1.00/1.00 vMB 2
933,223 933,223 0000000000000000000020d1c2606dc0392d6d66cf33760b6919e68c9268c308 4,027 1.00/1.00 vMB 6
933,222 933,222 00000000000000000001db912ea05ce8ab0e66495e8a7add2df4e5ebb9ef5747 2,662 1.00/1.00 vMB 2
933,221 933,221 00000000000000000000e0ff23408fb875117de483b8e80698a5bb0c46a91126 3,895 1.00/1.00 vMB 4
933,220 933,220 00000000000000000000e01e0f9d5d5433c928a967b1ba7351f8922cc57b5f8e 4,277 1.00/1.00 vMB 0
933,219 933,219 0000000000000000000073d67814c1afff35d870189b001903681fd4b54550e9 3,590 1.00/1.00 vMB 1
933,218 933,218 000000000000000000017c5e17a2832ca04be2c15e8548330a89e56680cab3b2 4,000 1.00/1.00 vMB 2
933,217 933,217 0000000000000000000174f0a0571051d0f55479ac1ab0bbd6e7d33022920394 3,477 1.00/1.00 vMB 2
933,216 933,216 00000000000000000000a88f5672606c80fccc0e0e843af93d555de3205a993d 4,765 1.00/1.00 vMB 0
933,215 933,215 000000000000000000007d9c7035136b8fcf9d5a25026aa31f4b596c167812f2 374 0.09/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 825.18 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: 4,226.23 GB
    • Received: 232.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.