Loading Tool

Explorer IconExplorer

Memory Pool

43,709 transactions
30.94 vMB
0.08556651 BTC
Random Selection Loading Transactions
Max Size: 157.09/200 MB

Candidate Block

Mining Attempt aa473f79a1a6dc6a5c8121390a9e6d16eb6aba33324b67292f36a5841d1d40c3
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root cc12fc2efd22b65a636f9416e2d45faf22715ee8a9214980dd4c4e42483c34cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,603
Size: 1.00 vMB
Total Fees: 0.02318949 BTC
Feerates: 250.76 > 2.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (517,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,351 397,351 0000000000000000076575b0a9b292aaf6b37b8c0e5565b887b0aeeb19bd4bd0 1,283 0.99/1.00 vMB 29
397,350 397,350 000000000000000000048c9b289505a4943ff302cbdab909fbaaf464946833db 1,605 0.93/1.00 vMB 35
397,349 397,349 000000000000000003279f11770bcfdcea2dcfee9eb9b402ffa1674110aa992c 1 0.00/1.00 vMB 0
397,348 397,348 000000000000000000e2c174b3599e076c80b4ccf59b2ff5439d8fe17497f8ca 656 0.95/1.00 vMB 14
397,347 397,347 0000000000000000004b58902d1feaf9e04c45569436c569e4161c046c999b67 1,349 1.00/1.00 vMB 33
397,346 397,346 000000000000000002ed0701aad61bac8344c16337328690536f6675228e7c5d 1,147 1.00/1.00 vMB 24
397,345 397,345 000000000000000000c6a8a3d4eca989b5699f452f5e9a1080065311455f8bf6 2,959 1.00/1.00 vMB 51
397,344 397,344 000000000000000002a4941595054a06c7c4d54cc9b1c45df8eeba44b1bbe15e 1 0.00/1.00 vMB 0
397,343 397,343 00000000000000000232b5c289b07a4f8a4fc900635b686fbd2e67e26e64961b 1 0.00/1.00 vMB 0
397,342 397,342 000000000000000005019efadcde0a64534a707d75814eb496721eda4b9ccb5d 378 0.37/1.00 vMB 16
397,341 397,341 0000000000000000022e9a1756767e4da03cfa485c8af7250cae3f4d91eda74a 879 1.00/1.00 vMB 30
397,340 397,340 000000000000000006195673bbbe01d0c8e8d14326a5ca5cc21f084271d5cfc2 550 0.45/1.00 vMB 20
397,339 397,339 00000000000000000180d3453622dc109292e9265c12fd8c3f75a76c958404a7 1,195 0.95/1.00 vMB 21
397,338 397,338 00000000000000000444e3a53c743247f0b18f50dda052cc068ecfbccf7a6678 2,417 0.99/1.00 vMB 39
397,337 397,337 00000000000000000600f8b33cad973769d5ead868b978d17a54c4500641f56c 1,210 0.76/1.00 vMB 55
397,336 397,336 000000000000000003748614cae333a95107d0e04a1b47ab8bc650b1f7ef4913 617 0.99/1.00 vMB 13
397,335 397,335 000000000000000002689183e3c82f5f0cd0c9bf97156ad7d9104b54ec61f549 2,139 0.95/1.00 vMB 42
397,334 397,334 00000000000000000388e25f3fdcc96d1f5647f90497817361d677ca468f8f33 1,116 0.86/1.00 vMB 30
397,333 397,333 0000000000000000034a83e64a42eb567042ef70956158f2c450575f8971009d 1,016 0.63/1.00 vMB 21
397,332 397,332 000000000000000000b1578c5067df8a3fdcc91a616505d895bf8a1ce7cff758 1,987 1.00/1.00 vMB 35
397,331 397,331 000000000000000000f9931e1c5902fd3327d53cff4bb8da84d4af72e58ee949 554 0.46/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.84 GB
    • Received: 10.48 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.