Loading Tool

Explorer IconExplorer

Memory Pool

44,068 transactions
26.42 vMB
0.05461814 BTC
Random Selection Loading Transactions
Max Size: 139.61/200 MB

Candidate Block

Mining Attempt 0f6205d4491c2ac7c124d631b337c98452f02baec32355ccd481b3b6b10b7e1c
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 699bdb675ce7f7139216dfa08a0757e9a45382f9d33cc1b29b75531b1bee2b31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,524
Size: 1.00 vMB
Total Fees: 0.00619940 BTC
Feerates: 101.72 > 0.62 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (643,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,121 271,121 00000000000000025ce16aecda3dbbd91c840b4b64f88037785afb7f06d2a5bb 638 0.25/1.00 vMB 174
271,120 271,120 0000000000000000b02eaabe6dfb61010d4c1c00bda6ad7d31a9a7861cfcbffa 259 0.24/1.00 vMB 16
271,119 271,119 0000000000000003f4e549dc3a5f0afd9f9889ce4fbc0ca8aa5ba58f50c2a1a4 1,398 0.50/1.00 vMB 75
271,118 271,118 000000000000000619d3535167ae2ed79d03b69f966ddae7f0b582e46fea73e6 400 0.19/1.00 vMB 52
271,117 271,117 00000000000000010e84a5401a83fdeadb1d8e44045011a140c9617b72214648 658 0.25/1.00 vMB 66
271,116 271,116 00000000000000050b6572adb0795d66f54ff3e0e1518792042d02cfc5be31a5 459 0.31/1.00 vMB 44
271,115 271,115 0000000000000001ef3322b1f982533e6b5badfa10815c7ff8342c59decd663f 127 0.07/1.00 vMB 48
271,114 271,114 0000000000000001bc9f4ac6f1d67e24268098f96bf9d298d82a641d4880b6d3 298 0.17/1.00 vMB 52
271,113 271,113 0000000000000005a1f818fb3a1b613b4660046e5c91479c8f18cbff90e2af77 37 0.02/1.00 vMB 40
271,112 271,112 000000000000000586d90f7c132677a0c6aad64ba07f44be6ac989359e67407c 373 0.16/1.00 vMB 56
271,111 271,111 000000000000000273ecdc820309b1bc4f531db4bff2afc32af732780f3a2faf 121 0.05/1.00 vMB 83
271,110 271,110 0000000000000003c6e8c8dd4c63ed57d67c6d289cdf05947900602c8df6e38e 236 0.09/1.00 vMB 47
271,109 271,109 0000000000000000e65cc62b1f572dbc0969e3cfda54ec1f644b6a531a49cb4f 117 0.04/1.00 vMB 80
271,108 271,108 0000000000000000d1b1624dd736fb0e34422e88e97a0ce0edcab6673fdf5a10 207 0.12/1.00 vMB 10
271,107 271,107 0000000000000001fd0b3f6247f8f30f150ea677329101885bcdb1bcdfc43973 245 0.21/1.00 vMB 29
271,106 271,106 0000000000000005430a6400da2c746d8be71fdef98ec581006bc71e5fec0bea 685 0.25/1.00 vMB 89
271,105 271,105 00000000000000042ddc4abb510e83df654861d9f667fb98b87e6f77d9895db1 871 0.50/1.00 vMB 55
271,104 271,104 00000000000000054c3ba3fe6eb8cf98e9c38a3791808b21fa8dd92eb3e30fa8 650 0.25/1.00 vMB 81
271,103 271,103 00000000000000059b7ebee443d946f7b3297a86785e5a05ba452cff0d705f47 288 0.13/1.00 vMB 74
271,102 271,102 0000000000000000127db7d31ab8f0e9086bee1f4d5b322315fd97b00fe31ed1 259 0.15/1.00 vMB 26
271,101 271,101 00000000000000054bf32a22f7865c04e436f8bfd9f9a8c2b33050ae165410bf 157 0.08/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.