Loading Tool

Explorer IconExplorer

Memory Pool

82,203 transactions
31.06 vMB
0.12012699 BTC
Random Selection Loading Transactions
Max Size: 188.54/200 MB

Candidate Block

Mining Attempt 1bfed8a5e59816c0a93eb73843212a7801cfbeb0bace16d70cebaf24c02c4229
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 71be1ad5ea7e3ac553e37daad34217b928c58492675ab6248f5f4ae811f419c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,388
Size: 1.00 vMB
Total Fees: 0.04093809 BTC
Feerates: 318.30 > 4.10 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (320,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,533 594,533 000000000000000000150422a144d033b127a351cf0ca0f0045408089cfa73f9 2,618 1.00/1.00 vMB 16
594,532 594,532 00000000000000000002d254a302e53efe69406607f09b22a418ad962709e88a 2,949 1.00/1.00 vMB 28
594,531 594,531 000000000000000000035a6256c638fe50e08cc90c3f5b6d9503340406eb28dd 2,426 1.00/1.00 vMB 33
594,530 594,530 00000000000000000000914e644f9508a1d0e3b8aaeffc06ea16eaafb39f0b26 2,772 1.00/1.00 vMB 23
594,529 594,529 00000000000000000019a70f883a9e53cafbc1e4662cdcbb01de0450b5de11cc 2,659 1.00/1.00 vMB 49
594,528 594,528 00000000000000000005883b17624dd882a45e60647cf5502d08b5ccb169a6b1 2,920 1.00/1.00 vMB 33
594,527 594,527 00000000000000000019388d42f5621fb9fa0f721398659d537cf077bc5fa8f4 2,269 1.00/1.00 vMB 25
594,526 594,526 0000000000000000000bf8c2292837bf901eef0f1de6a48917c6d2056b5be85f 2,073 1.00/1.00 vMB 28
594,525 594,525 0000000000000000000576612e1e9e0d5c682acb542eea5429e7c1061322f4ca 1,985 1.00/1.00 vMB 35
594,524 594,524 0000000000000000000b75448e2d3f3e42b2f45e7f71dcd93256ca48e0cce1e1 1,120 1.00/1.00 vMB 75
594,523 594,523 00000000000000000019d34d024adab9f8f66246e0cddf06b56e973c3e79464d 2,870 1.00/1.00 vMB 21
594,522 594,522 000000000000000000005b34f5e810b32e34c6836defccc80f140d3a2f87089f 691 0.26/1.00 vMB 19
594,521 594,521 00000000000000000008ca970a8273f663c8e24f7c0358463f428538640a0cfd 1,166 0.45/1.00 vMB 16
594,520 594,520 00000000000000000015b64a70745a9a82390faa2032ea597771e947ee4919fa 1,908 0.68/1.00 vMB 10
594,519 594,519 0000000000000000000e73fec4eaf6f210493fd2f66659c15af57d61b71ad883 2,885 1.00/1.00 vMB 25
594,518 594,518 000000000000000000002422fc48d00b1243d2ec90d90695b83c0872b2eea20a 548 0.19/1.00 vMB 20
594,517 594,517 00000000000000000004680e549e240acc486aa26ea044bf54f3f84e748a9021 1,588 0.65/1.00 vMB 12
594,516 594,516 0000000000000000000e7203b3e2ff31d2b5caa7d9267ee240b960cd9d64cc72 2,498 1.00/1.00 vMB 25
594,515 594,515 0000000000000000001a019f80790bdddcc8842b0607988e3710ee3ae47dd3d1 2,657 1.00/1.00 vMB 10
594,514 594,514 0000000000000000000c162073135225ccd0ccfb2014d24fa57c965ce096b0ad 2,589 1.00/1.00 vMB 22
594,513 594,513 0000000000000000000124430a433394ee1e0de4c7c393e874d091bb85ec08c0 2,448 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.08 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: 722.01 GB
    • Received: 18.39 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.