Loading Tool

Explorer IconExplorer

Memory Pool

79,313 transactions
30.10 vMB
0.12617587 BTC
Random Selection Loading Transactions
Max Size: 180.59/200 MB

Candidate Block

Mining Attempt 2e7ee1b5b942c4070e7080c9dc2b8874677e16b458fc1d52e03191c3fa4af6b4
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 7b54d3fafea77cd5fc93dfbef27185d13b84e6f4c42de1f7350b63d61c7de37f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.03941305 BTC
Feerates: 673.02 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (366,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,852 548,852 00000000000000000007c2b89141066f789e950377dee5cbedf4479730ae1fc6 2,632 1.00/1.00 vMB 19
548,851 548,851 000000000000000000176eb969a8c1158d012eae77088715152faca1ea14afca 2,318 1.00/1.00 vMB 42
548,850 548,850 00000000000000000009c6c99a234384170891265013a81b209f89daf41f21cd 2,132 1.00/1.00 vMB 12
548,849 548,849 00000000000000000025ad6e22352482f621607e01f2994d9b812e0d33673a4f 2,426 1.00/1.00 vMB 7
548,848 548,848 000000000000000000181603d8998bf8e88fbfed470d8730df90f2d2203b1a2c 2,406 1.00/1.00 vMB 8
548,847 548,847 00000000000000000022c80e11c9bc44c77c32a19b895a6ed6bbdde68780bdce 2,607 1.00/1.00 vMB 28
548,846 548,846 00000000000000000006627fe4952f122557ca8d63f9d3dbb0d8034622f6245e 2,029 1.00/1.00 vMB 17
548,845 548,845 0000000000000000001e44a2198455c9b8bbc5c338b91361640b5625a351528a 2,181 1.00/1.00 vMB 4
548,844 548,844 000000000000000000158c67172d503a9879050a86c2f58aad1fc822825d1f55 2,358 1.00/1.00 vMB 9
548,843 548,843 0000000000000000001d2de315a77495affb71b027ac8c365a340f93e7d6b458 2,610 1.00/1.00 vMB 21
548,842 548,842 000000000000000000228f0f12ebe27a4cc42533dcd02e6dda103cc51b2be312 1,888 1.00/1.00 vMB 17
548,841 548,841 00000000000000000006dd3597600d7e05c6f4eaadcc1878e9d6d53fbeeaa141 2,465 1.00/1.00 vMB 7
548,840 548,840 000000000000000000031866d8b90fb1e93b034bea0f1f4731117e35ebcaf58a 2,050 1.00/1.00 vMB 9
548,839 548,839 00000000000000000021bfefdfecb0c2535cb3ddaf46df2bba31881c0969b88f 2,050 1.00/1.00 vMB 15
548,838 548,838 0000000000000000001213665517678f87b8baef65242f4e93d91997858f24b4 2,843 1.00/1.00 vMB 23
548,837 548,837 00000000000000000012fde8cac6a5163db0b34ff46625e0936d79a00ff154d7 2,317 1.00/1.00 vMB 25
548,836 548,836 00000000000000000013b1edca380bbf657599254d2c417b1fb97ecdfae51c5e 2,392 1.00/1.00 vMB 19
548,835 548,835 00000000000000000016f06a7243ddcc23e088fc39562139ac94bbfd85655de5 2,656 1.00/1.00 vMB 18
548,834 548,834 00000000000000000012600f191200084e924749d47c7da908a481eea383a32e 2,867 1.00/1.00 vMB 17
548,833 548,833 00000000000000000010a3d17b5a4ffff6362fd7420604936ee90e6e3b4db5d8 2,155 1.00/1.00 vMB 28
548,832 548,832 0000000000000000000b6ca500c8852c10a49d760acfe4d393d80dc95419b7d3 2,424 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.