Loading Tool

Explorer IconExplorer

Memory Pool

82,965 transactions
31.34 vMB
0.12942722 BTC
Random Selection Loading Transactions
Max Size: 189.98/200 MB

Candidate Block

Mining Attempt eaa3c90505ccd3d9d3b3eb5521b895d0a3342ecf0a922fa4928c09a69f5eaa4c
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 8636e0c9ebf9f57669b9027c5fdf7dc91fd2ef0e32c7f21f0930b08b404563f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.04553891 BTC
Feerates: 318.30 > 4.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (641,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
273,983 273,983 0000000000000003bc2e944b70d50ae097a962d0ad47a76ec4ee9e515a0fef1a 703 0.32/1.00 vMB 42
273,982 273,982 0000000000000004370dbb453ce6b2fe704da7bf9a14dff29c44a92818316690 477 0.24/1.00 vMB 47
273,981 273,981 0000000000000001ec7b70f48b2868db2d79694d787a0fa5b05bb27a0ce7d069 807 0.35/1.00 vMB 52
273,980 273,980 00000000000000035a63c97a8ecec80e9c40ce3f0c98672313197c1272f09f86 198 0.08/1.00 vMB 37
273,979 273,979 00000000000000007f90e68c8e377507cab12d497f9a494fbc5b440dae0c8b63 646 0.40/1.00 vMB 35
273,978 273,978 0000000000000005a3a35a3af38d36d1b7dd2557ec5b2f0cae0dd712d5a71a7e 669 0.25/1.00 vMB 65
273,977 273,977 00000000000000019ee804121cd5869696dc9da4e7eb96aa94248cf772ca2232 753 0.34/1.00 vMB 46
273,976 273,976 00000000000000029e143a04213c7016a56ca658af196d03a19b293e40be5a5f 129 0.06/1.00 vMB 39
273,975 273,975 0000000000000005dcfe56da84c564f15a7ea0abb5711ec7fbd69f1c63f09d14 70 0.05/1.00 vMB 30
273,974 273,974 0000000000000001d0f33f4aea7a8ce34b58d325b0dccd972d3841f84872ca2e 206 0.08/1.00 vMB 45
273,973 273,973 0000000000000005df57a1f5ccb3d3f44ce69a82c0865abf7c47a08e4849da57 393 0.18/1.00 vMB 38
273,972 273,972 0000000000000003d1cc2b6d0d44a0368399537be13b94789092eab60bdc8b86 1,650 0.63/1.00 vMB 34
273,971 273,971 0000000000000000745b05cd26c50e114f41b8c89690f8e6d150304a7c58cea3 482 0.25/1.00 vMB 108
273,970 273,970 00000000000000024117bafab2ae08e4e3ac714fe5c60cc8acba28a18a688e9b 71 0.03/1.00 vMB 95
273,969 273,969 0000000000000003cbeefe3ad8cd699d8ea25b4812702ba0cab98b4870aea9f7 444 0.21/1.00 vMB 47
273,968 273,968 0000000000000001c35c6c7ae0d9229dcb86dd30ed73f24b1601c614e69171a7 669 0.25/1.00 vMB 51
273,967 273,967 00000000000000024b9124d3595557ba557a94c1365a247afcbbc095c2fffc07 379 0.15/1.00 vMB 40
273,966 273,966 00000000000000033ee2165457e992eb9906a90f2cc08cb7c0ea5496187fcb31 708 0.32/1.00 vMB 45
273,965 273,965 00000000000000014c38c1c248fe9758e1c4eb46042aacd185c2ac5f566ac8e0 361 0.18/1.00 vMB 50
273,964 273,964 000000000000000303b4e1365b4f2f697d4b5d972298eecd46c389de38168dab 54 0.02/1.00 vMB 45
273,963 273,963 00000000000000034b6c554fa0320e73bf3aa62e42c56ac6262c7fefae5217ca 237 0.11/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.08 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: 722.47 GB
    • Received: 18.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.