Loading Tool

Explorer IconExplorer

Memory Pool

80,625 transactions
34.12 vMB
0.13239613 BTC
Random Selection Loading Transactions
Max Size: 193.68/200 MB

Candidate Block

Mining Attempt 47d5f1f754d6c12cad8e7e923ea7a9f2f01759356621656998797f2ce7271f3e
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 99f4cdcd645c614eea25f2950e8d9119b0da10c98dc20f712ea44a4bec6ff89d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.02161844 BTC
Feerates: 52.08 > 2.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (643,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,234 272,234 0000000000000000e11bc7f91ce0a93e4af156917d43909c26619ec370e7a92b 416 0.18/1.00 vMB 42
272,233 272,233 00000000000000040b75b8c11a8f36ba2bf657c57a64afb740dbbd7d106612f5 220 0.10/1.00 vMB 43
272,232 272,232 00000000000000050d0234baaaa17f66e1be591e68c54b125d9ce06ba5ebfc10 40 0.04/1.00 vMB 22
272,231 272,231 00000000000000003f15a90e6cbfa62cc23655fabe82902b962e2dcf6bca17cd 549 0.14/1.00 vMB 45
272,230 272,230 0000000000000000c9cb052d493c349f77ae44b774a408d8c3ba288d5fe843c1 1 0.00/1.00 vMB 0
272,229 272,229 00000000000000023c41ddbdefde426681df4e7405bf3eef2d09fb15a79c640e 577 0.23/1.00 vMB 70
272,228 272,228 000000000000000580e4d056ea46e7c3a4c64224619a55086e14981ffadf3ddc 510 0.25/1.00 vMB 47
272,227 272,227 0000000000000002fe9c398bdbef4e344f8e166634ed742172aa9a3a601f95d3 707 0.34/1.00 vMB 53
272,226 272,226 000000000000000272bff1321140c54a75e26b3947c24f24b2b7c99114846e32 226 0.48/1.00 vMB 12
272,225 272,225 00000000000000020f5eabda0a29dfec74e0046d295a2844fe737fdd9c50c28f 962 0.50/1.00 vMB 30
272,224 272,224 00000000000000035eba9397b3ffff1aca3c623f80e96c6c5c6ef361a32fc41f 1,407 0.50/1.00 vMB 66
272,223 272,223 0000000000000004a4f5b35063a4ff280d5caf21010edab52a5bb8d67bf873a6 508 0.25/1.00 vMB 53
272,222 272,222 000000000000000475d8a194c3d0a09728a1fec987c7b8318e8f8f5113bb1b31 534 0.25/1.00 vMB 86
272,221 272,221 0000000000000002515839715a42b850f45fff99aa498b69921b64949a4a334b 1,408 0.50/1.00 vMB 94
272,220 272,220 000000000000000035eb6bba0040f1b0fd8a29b521ac4df0baf08b06ee405ae1 256 0.14/1.00 vMB 61
272,219 272,219 00000000000000056122f1c8ebcd4d3f408fb16f1de62e0d58a601aaf9f6d801 420 0.22/1.00 vMB 58
272,218 272,218 0000000000000000582122aca0c7f64d889c3dd657e76b2c0741a687641d04d0 99 0.17/1.00 vMB 16
272,217 272,217 00000000000000052053beab8470f91b814a23af58b869177394c8fdac0134f9 530 0.25/1.00 vMB 43
272,216 272,216 0000000000000000eede12a973038adc5157780243d30aa5e7a047a08e077f34 739 0.25/1.00 vMB 81
272,215 272,215 000000000000000073e443d8059b39250619c32dfc51e003f012a9166b3f90a9 1,442 0.68/1.00 vMB 70
272,214 272,214 00000000000000037c2919a47d014220eda24e551e6deffa4a5a6fd31d4bf086 717 0.50/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.10 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: 729.55 GB
    • Received: 18.49 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.