Loading Tool

Explorer IconExplorer

Memory Pool

40,701 transactions
27.23 vMB
0.07635088 BTC
Random Selection Loading Transactions
Max Size: 140.48/200 MB

Candidate Block

Mining Attempt c5315a4ab6a8a4d771c2d9d0c1d1567f7b8d39c52f61ddaa4658a8d8c72183f7
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 952c8e6428e118ad58be108b11ab8427f20fb204c874de4de81c7cb3bf8c9b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.02451688 BTC
Feerates: 107.72 > 2.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (732,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,690 181,690 00000000000000f370e3e7c503fa204cc50e36f9d25bddf5013b3e2e0d5af404 8 0.00/1.00 vMB 150
181,689 181,689 000000000000003819523220da9b189c9c9d0b67ccdcaf1dc5a5691b6ef67bab 128 0.07/1.00 vMB 149
181,688 181,688 000000000000034362b44168ae040fdf0025c2abab152e92e75e11ba5abd343b 264 0.11/1.00 vMB 159
181,687 181,687 00000000000006d6116a2290bf480895a12f641a519b91bc6870e1dffd1cccd8 159 0.08/1.00 vMB 91
181,686 181,686 0000000000000996cfd489cbfb86d8e228b96d68a69d66fb12431866bf28d0a8 345 0.17/1.00 vMB 122
181,685 181,685 000000000000046741a5f00fa49c145d1e3ed0df42881058d8dd33493d73fa19 28 0.01/1.00 vMB 126
181,684 181,684 000000000000082c01d8f3d2a94f0e113e1986a24949a81786ed283af01e3eae 115 0.04/1.00 vMB 97
181,683 181,683 000000000000035d86850f6af197b61591a31ac098e5c663f31abb20c1ddb95a 124 0.05/1.00 vMB 182
181,682 181,682 00000000000009fbbb94bff3fad8408233210ef774ec0190f0f00b7114a5f7d5 220 0.09/1.00 vMB 159
181,681 181,681 000000000000079a1f511a17b0c6b7f2e01f699bdcafad6de331626f6396227c 232 0.10/1.00 vMB 138
181,680 181,680 000000000000035620ddcf2203e0c166615a9b44a9bb9e8e3f47d484c9e93deb 1 0.00/1.00 vMB 0
181,679 181,679 00000000000004d5702f686d8a320fff4cde3ad8a003ec11cad272ad8789381a 256 0.12/1.00 vMB 84
181,678 181,678 000000000000094bc5d6e2a547a6de4551dff9acf131ffd3e0ab7c7903b9dcb9 409 0.19/1.00 vMB 129
181,677 181,677 0000000000000739f90f98a2e1b5b85ca0a1d29cee0e33ea172374b77cfb1f56 8 0.00/1.00 vMB 31
181,676 181,676 0000000000000496581481a23340964835eba75c3bed8cf9641b6e349e52817d 131 0.05/1.00 vMB 120
181,675 181,675 000000000000019fb0752912dd2fad46bdb5ba144fefcbbfab86316e2bb2b627 261 0.11/1.00 vMB 141
181,674 181,674 000000000000080ec48df0ae1e486c8da2fa3f5a0714bf0034cd34afb07541cc 190 0.10/1.00 vMB 125
181,673 181,673 00000000000004402a0c0614b54e129014c2fe781a928cc1a4bc50d118a95725 284 0.14/1.00 vMB 116
181,672 181,672 000000000000087242d2b2bfc7c404157b42f1d2e60bcf86b9c1f3d0a45e66bf 101 0.05/1.00 vMB 76
181,671 181,671 0000000000000784f76bb5ce123146221cca578c523ce9661233ba75f3115349 57 0.03/1.00 vMB 67
181,670 181,670 00000000000001f148647d7bc65054fece30a35fd2b3e63c121ebf146b84cfec 161 0.05/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.