Loading Tool

Explorer IconExplorer

Memory Pool

43,413 transactions
27.17 vMB
0.05480731 BTC
Random Selection Loading Transactions
Max Size: 143.42/200 MB

Candidate Block

Mining Attempt 6369ab6961a16e5c7d0087d05fcc9573dbd3397ffd157fd6636f05ac1f167799
Version 20000000
Previous Block 00000000000000000000cb2526f8131d7fa57f5fe00ea77e921b110e9065324a
Merkle Root 0d2c563a1cc6195f3fa6d1f7dd9b2240ef85b4b0b1db1f2771d31a975cff7c63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.00401751 BTC
Feerates: 10.05 > 0.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,938 (596,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
318,779 318,779 0000000000000000211072a0fa218db5b7cca3e416e7e714f8abfe29fd34ac54 2,094 0.90/1.00 vMB 34
318,778 318,778 000000000000000001a6a19e0cbd1ada4c3c58795869e8107405a6ed1bb285e7 889 0.74/1.00 vMB 20
318,777 318,777 00000000000000001176686a6e30fe8cbeb8b4c7ab4305fce33743b9b8a5ed17 1,024 0.34/1.00 vMB 46
318,776 318,776 00000000000000000fd493c30c13906bdc0bba0cac4e676b04cfaae6849604d7 291 0.17/1.00 vMB 27
318,775 318,775 000000000000000004e4ac811673922769116bd3b88916a4d1e9f28e728792e9 484 0.29/1.00 vMB 37
318,774 318,774 0000000000000000248fbee9f2a99398e4bc7adff2d72738386ed5195ea650e0 177 0.09/1.00 vMB 21
318,773 318,773 00000000000000001eab1e8ed34e31c9aa18c0f93636730ea6980f43fa3e33b3 296 0.16/1.00 vMB 25
318,772 318,772 00000000000000001cbb53f404759efbcecd694ec01e9b86d59c8ed91e92c6f0 1,114 0.62/1.00 vMB 29
318,771 318,771 00000000000000000e9e5b156e670abe64a047e51ff2e3552d29b91f500219fa 474 0.31/1.00 vMB 22
318,770 318,770 000000000000000013f8e361d696fd90f2812d1f4f0ec796a283f8e1fa1e27a0 1,286 0.75/1.00 vMB 27
318,769 318,769 0000000000000000085ba37269c32a5bfdc4a2cdba9b049625eb8cdcf3b49c08 1,096 0.55/1.00 vMB 30
318,768 318,768 000000000000000025ec4c9a9eeb1b80d235751fa9077151d7b9d8b62b7af802 365 0.21/1.00 vMB 18
318,767 318,767 00000000000000000161e0094c95ff24b161432ec737a9b0c09528e2daff0c6a 1,070 0.72/1.00 vMB 25
318,766 318,766 000000000000000013ee68f77b9467b518745d6d42a53f7793d693ade4bc781f 1,043 0.35/1.00 vMB 43
318,765 318,765 0000000000000000003cb581a84d5dbb8c78a88e48714e17304875beacab4019 894 0.49/1.00 vMB 29
318,764 318,764 00000000000000001be4f1a06fead931f4cab8f8f6c6fabf6a0d292a24a9cf4a 1,449 0.75/1.00 vMB 28
318,763 318,763 000000000000000020a0f3583c96e838a5599d21e912574cc7f633036e9b2e19 1,413 0.69/1.00 vMB 30
318,762 318,762 00000000000000001d76f990ee3f713bfe3742efefe0d5ff9451d6bc738105d8 1,102 0.68/1.00 vMB 26
318,761 318,761 0000000000000000033bfa80449d9814c8af81168433facc33063a31021b0f3f 1,114 0.50/1.00 vMB 34
318,760 318,760 000000000000000010f77f475aa8fc7615f28b1b7a01ff28b0154dd462252948 76 0.03/1.00 vMB 35
318,759 318,759 000000000000000024c2aceba3126901c673df64a2a74f52a60d10456f9a60ab 915 0.60/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.28 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: 656.77 GB
    • Received: 14.43 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.