Loading Tool

Explorer IconExplorer

Memory Pool

80,807 transactions
30.17 vMB
0.12299371 BTC
Random Selection Loading Transactions
Max Size: 180.98/200 MB

Candidate Block

Mining Attempt 134016fa2edeb0a2175b4a1646a6150f8b26a0ffde0087aa668a8ef7a7ff2d8f
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 151e6bacf744bb39494567769b6b411a44e325492472dc2f41c5a03e1324f18e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,435
Size: 1.00 vMB
Total Fees: 0.06115096 BTC
Feerates: 180.34 > 6.13 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (303,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,347 611,347 0000000000000000000a6b21229d835660c0d75032b831d8d467af1efe7b9661 403 0.11/1.00 vMB 7
611,346 611,346 0000000000000000000b7b8a2b7302c978dcbef023f651fb41b0ba4dff88e72b 740 0.22/1.00 vMB 9
611,345 611,345 0000000000000000000a801b8e2ad7a4e3f4327d42e7682cc1b031b4714c9109 1,412 0.39/1.00 vMB 8
611,344 611,344 0000000000000000000438ba3c8b468caef4bf70ce7f6c5865d02e0265dbc2bc 2,671 0.83/1.00 vMB 6
611,343 611,343 000000000000000000039ac95b36a51d8547e5524f3a1b071ccabc4f4acb78d6 2,956 1.00/1.00 vMB 17
611,342 611,342 00000000000000000008a27dab36c44dc4a58b504a1e56445c685b37c1df559e 533 0.17/1.00 vMB 7
611,341 611,341 00000000000000000006a6340846302a6cfe2071107241d155e0bd4141db9728 1,231 0.29/1.00 vMB 7
611,340 611,340 000000000000000000026a3fc1ddbb108fc47a7cd6e796d98e99503f0676756f 1,964 0.54/1.00 vMB 14
611,339 611,339 00000000000000000013712ab98e9a5a63d5330095e149e757660080651f4e15 3,346 1.00/1.00 vMB 8
611,338 611,338 0000000000000000000c9ea55270a1b7cbbf183d255a3a58629a51d48af3926f 347 0.10/1.00 vMB 8
611,337 611,337 00000000000000000003ba1c89c3761fa05917a7747203fd8de63361d02d8074 102 0.03/1.00 vMB 8
611,336 611,336 0000000000000000000ed5505d894ce804fadbb285e19937c4071ccca726e586 547 0.16/1.00 vMB 9
611,335 611,335 00000000000000000013170ccdabb5df7fde0090486d5c669935d5abf795b41d 1 0.00/1.00 vMB 0
611,334 611,334 0000000000000000000e6427c2c0072c7a1715bca54eee19a4c09cd9aa89f5cf 391 0.14/1.00 vMB 11
611,333 611,333 00000000000000000009c6a4a1ffd783af79581ca3fd095c4b0db8e56e401a1c 1,585 0.47/1.00 vMB 13
611,332 611,332 00000000000000000002617bee7019900b0d041f923ce95a56d0fce2f1711db2 205 0.06/1.00 vMB 13
611,331 611,331 00000000000000000000435c6bfb9f26f5553a7a68b202d8a7e0ed39a3a2303a 2,285 0.62/1.00 vMB 11
611,330 611,330 0000000000000000000e27d3ccbf906d34b4fe7cd6b4dbf3dfc0d340abca8f92 1,679 0.41/1.00 vMB 4
611,329 611,329 00000000000000000012904858f5763e56f72dc9aa9ed96a8a5bfd6323bf9060 3,036 1.00/1.00 vMB 10
611,328 611,328 0000000000000000000bca577488657f570e42669e0340d1ed247c3214a951d5 3,151 1.00/1.00 vMB 16
611,327 611,327 00000000000000000010f94d0879bd2fd207302f5cfde08cf988712a208644bf 795 0.22/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.