Loading Tool

Explorer IconExplorer

Memory Pool

27,730 transactions
8.05 vMB
0.04728084 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 5 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.94/200 MB

Candidate Block

Mining Attempt ba41460b1f7a884501de1fdbc71a03ca6b78cce9fab027f05029d400d6396871
Version 20000000
Previous Block 000000000000000000007b9ad69cf6031aa965c2b3ed9d6bb2aa56c7f97606e2
Merkle Root 1e4ce1fc7bc41fee4b109de8925fb769e9cd8249ee7023b80e6daa5f13d0ce58
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,733
Size: 1.00 vMB
Total Fees: 0.02648153 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,091 (637,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,864 275,864 00000000000000017bfa1c3b85c4ad01473eea15b96c058c604969bd8c14d279 0.25 MB 627 52
275,863 275,863 0000000000000001c476a09fce31e2f046defd098cc3d3cabaa8731e21d32683 0.33 MB 660 40
275,862 275,862 0000000000000001f9febff4ac5b10546629855aad22f73a745d747e7b882e51 0.58 MB 1,198 31
275,861 275,861 00000000000000021b8656baf94865d2ee3a5dc11e49d601386ba6b651db7d8c 0.25 MB 699 103
275,860 275,860 00000000000000041b06322cdef16039044191c100f90374340ca454d38c4602 0.22 MB 591 57
275,859 275,859 00000000000000009e38a12a3730d405f44e35fe9279c05ca33137c03bef417c 0.02 MB 77 46
275,858 275,858 0000000000000004718862688ce9e422b4563f54f7dc9040e33329c378dc71a2 0.26 MB 650 58
275,857 275,857 0000000000000003b6c4695ed608bab6c4e2bc89e14d306cf30ff6fc703f2eec 0.15 MB 261 67
275,856 275,856 00000000000000003762fe6b02afb26bd7fbe16ab26a4183d929dcb7f7474551 0.25 MB 621 56
275,855 275,855 00000000000000042fc3d0d800d41d482e86d43c734d7466be01e821806fc7f1 0.37 MB 899 57
275,854 275,854 000000000000000082674dce4fd00c17fdc7155ee7976b287c65493c95489408 0.04 MB 87 24
275,853 275,853 0000000000000003ae655bbb9c834af97c36faa1a9f55e99cc21d7c3d5397647 0.29 MB 316 28
275,852 275,852 0000000000000001688d41c905ba1f23c9bb3024924114d1d51febd12c7f73bb 0.25 MB 245 15
275,851 275,851 000000000000000091ff037be717365c51541b07f1c3c9db4f420015a5c2e5ca 0.25 MB 562 29
275,850 275,850 000000000000000172338aabac1619564eb0deeb9b57e8ca03c4659666797da5 0.25 MB 754 97
275,849 275,849 000000000000000015893743cac4ad3e0cab637dabd051d9370032a0cc85d80a 0.25 MB 735 80
275,848 275,848 0000000000000000df141a5f0b3062f680c2357ab3bbbb6261b85b3e8d93084d 0.50 MB 1,118 43
275,847 275,847 00000000000000021f2e8a04181215d5189b06dd43c86ccc92852dcdc9a5f8c9 0.00 MB 1 0
275,846 275,846 0000000000000002aec2f0421537985bb7d2c70852fa156c97cbc5bd82945db2 0.25 MB 849 92
275,845 275,845 0000000000000001024d0e539be3b31fed97f4dc40816beac1733dab0689f088 0.02 MB 43 67
275,844 275,844 0000000000000003b728194aec1308897b909054938bb3a7d92ba951bdb21878 0.06 MB 159 52
Previous 10 blocks ↓
Total Size: 779.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 50
    • Outgoing: 10
  • Data Transfer:
    • Sent: 109.13 GB
    • Received: 0.35 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.