Loading Tool

Explorer IconExplorer

Memory Pool

35,297 transactions
25.78 vMB
0.08272677 BTC
Random Selection Loading Transactions
Max Size: 130.87/200 MB

Candidate Block

Mining Attempt 17069d0dd07e3aec8e25d3f88f8d31b96e9b4326b552374a60c3b189c7df809a
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 06792d047a1c53278dbde95baa912e9b4a7b2a1b6a027fda6926f52824fea457
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.02975502 BTC
Feerates: 150.71 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (298,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,136 616,136 000000000000000000101f1da74b8f017897748f12a84fe20f11a007a2ce9bc2 3,370 1.00/1.00 vMB 25
616,135 616,135 0000000000000000000df232f54e13c21da7b73906280974a5b94293f344c686 2,575 1.00/1.00 vMB 17
616,134 616,134 0000000000000000001091421268ef3fa23573c006c2653969b64b0ede8f578d 2,372 1.00/1.00 vMB 12
616,133 616,133 000000000000000000047be27774d2f14c6c5521c75cd2f5805f7b23833f9121 3,010 1.00/1.00 vMB 12
616,132 616,132 0000000000000000000f5e5849975c3a74f1d0ae0aede31207aaf9c4dbf8f95d 2,892 1.00/1.00 vMB 16
616,131 616,131 0000000000000000000b7ee021a40da6c328684132a4ab5d6b88064e8a1f45d4 3,173 1.00/1.00 vMB 21
616,130 616,130 000000000000000000067e76bf13df1487c0b79d9f3de8a315f63f30963409cf 2,720 1.00/1.00 vMB 28
616,129 616,129 000000000000000000018ce386ebd9e30cd9b1dde54bfb533ac5674449503c9e 2,943 1.00/1.00 vMB 28
616,128 616,128 000000000000000000080de396ba959078b94f044dc93206cc3052cd2d3614d7 2,473 1.00/1.00 vMB 16
616,127 616,127 000000000000000000072bff24e8359ba02972d87c0e91339392862343d19a10 3,057 1.00/1.00 vMB 31
616,126 616,126 00000000000000000009d3aba9deb68274a78aceef1eb26371d2ceee0ea6cc90 3,002 1.00/1.00 vMB 18
616,125 616,125 0000000000000000000645d24c2b1f5bb0c23932688e49ec83eae5bc61ee2e85 2,422 1.00/1.00 vMB 35
616,124 616,124 0000000000000000000264d369cac4a7ff5f5d33cbf6d6215e65f2ffcc686642 2,540 0.86/1.00 vMB 12
616,123 616,123 00000000000000000004841bb4262e7e65ca895afd71738934e135b6bbd7d052 3,012 1.00/1.00 vMB 24
616,122 616,122 0000000000000000000680302554196e3516d5d409e9036484593e4f6834d963 1,507 0.65/1.00 vMB 4
616,121 616,121 0000000000000000000484a528ec6eb007e2b6be6d8a2746ecf94b29f3c1de8c 1,815 1.00/1.00 vMB 5
616,120 616,120 0000000000000000000e3aa5af130fec6bf685984f08fb8f00264f65a4ed4ff4 2,534 1.00/1.00 vMB 9
616,119 616,119 00000000000000000000b3cdd1c3442b219546cf7bde0277d8638a91c6965df4 3,058 1.00/1.00 vMB 28
616,118 616,118 000000000000000000060711d428f2cc3841f6f4008a21e7e23357a210b49bc5 2,379 1.00/1.00 vMB 9
616,117 616,117 0000000000000000000c09248df575aa0fa0be5f3adc74f401f2d146003aaaff 3,099 1.00/1.00 vMB 27
616,116 616,116 0000000000000000000e6feeb2685e2e39a90ff757e2bf16a1eca847c0225857 2,929 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.87 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: 642.87 GB
    • Received: 12.56 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.