Loading Tool

Explorer IconExplorer

Memory Pool

45,457 transactions
28.96 vMB
0.13563734 BTC
Random Selection Loading Transactions
Max Size: 150.87/200 MB

Candidate Block

Mining Attempt 80aa69801bb2b8db7baaf174b55c9146e02b93503dc8d4bf26d23363c050c6f7
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root cd8091a1ac90adf8be50d5bfb57734533fdf7d5048d076bc9226be2dfd03f167
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.04061990 BTC
Feerates: 150.75 > 4.07 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (524,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,996 389,996 00000000000000000af0b132a8fdecf9d9aa9ed96e684c72e35f65b61d8fe7ef 1,958 0.95/1.00 vMB 32
389,995 389,995 0000000000000000036b35f0d45f03e00667302ba6e7bfae8c0714f0e41bbd10 2,533 1.00/1.00 vMB 41
389,994 389,994 00000000000000000527fdd03c7584a0ba3f022f53fb13ffb55dc590e2f8a0a9 1,893 1.00/1.00 vMB 23
389,993 389,993 00000000000000000055962169f4b1490a4cfdfc2d2afe0a3f389a344f3d1eac 1,982 0.75/1.00 vMB 49
389,992 389,992 00000000000000000063bf745b83b3f83fcf47895a135036724746a36e835e1c 2,629 0.93/1.00 vMB 45
389,991 389,991 000000000000000009e599b40505e993b526dff6f5b7f05c40f784b7251be130 3,055 0.93/1.00 vMB 73
389,990 389,990 000000000000000005a5b16c3bf41ebbe065bd4db0030472aa57db527929e348 3,004 1.00/1.00 vMB 57
389,989 389,989 0000000000000000078fd587ba62894dd9fbd6a1113658eb33698fcf110d369c 2,234 1.00/1.00 vMB 33
389,988 389,988 0000000000000000043b64a5eac5428e75ecc05b43c831f7559c4d053ebec74b 531 0.29/1.00 vMB 23
389,987 389,987 00000000000000000b03a2745a1b29973d95a0ad081cb61b3d819dcc891fc4f9 1,277 0.93/1.00 vMB 21
389,986 389,986 000000000000000005af1a62961ccebc2d75b130d90333d73ca533e0b37b01e6 1 0.00/1.00 vMB 0
389,985 389,985 000000000000000002604f75a32e74002c63e13226bafd68ed189469d74dd7dc 1,814 1.00/1.00 vMB 32
389,984 389,984 0000000000000000076b4c3d08105e8620804fda33c74d77f09892d453876e02 2,365 0.93/1.00 vMB 41
389,983 389,983 0000000000000000090cae4b1f83bdbba333acc55ecb0e5bf978a8cae410f7be 2,634 1.00/1.00 vMB 43
389,982 389,982 00000000000000000a0da8f00f3cf1a2e82b85bef3e15248eb31e538a3089ce8 2,244 0.93/1.00 vMB 34
389,981 389,981 000000000000000007a71eb041659197ea285db96ed0b6ab5ba301454d360cc4 2,307 0.75/1.00 vMB 52
389,980 389,980 00000000000000000ab13158575a20721c77b4c812c5f2b178ee68105b23db5a 2,033 1.00/1.00 vMB 30
389,979 389,979 00000000000000000b438ba3d8976efbfc357a2a043ed6044f397dc31c0b90c0 3,207 1.00/1.00 vMB 59
389,978 389,978 00000000000000000134da18ebc3db8a0da231168f65be1a4b78f0d324259dfa 750 0.31/1.00 vMB 33
389,977 389,977 0000000000000000003e79e2f9186a72f264ea53645489ba1088a8dd0e25a71e 1,952 0.79/1.00 vMB 45
389,976 389,976 00000000000000000274c473db7c0cc994c2bdf1977737ff0bd68f284f9ba2bc 1,195 0.48/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.