Loading Tool

Explorer IconExplorer

Memory Pool

42,515 transactions
19.03 vMB
0.42917708 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 4 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.58/200 MB

Candidate Block

Mining Attempt edec4126202ad19810a70fe23cc6aa8dcbb79617ae93a71ded269729b36a32bf
Version 20000000
Previous Block 000000000000000000020644f86d66c63bc956b8ad66a3c76b0d77ad346ae271
Merkle Root c26fb917178f223051e0c35b4d46460704e75163be6aca41d845ad298629e401
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.12801539 BTC
Avg Feerate: 13.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,051 (651,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,976 261,976 00000000000000138caa2983891c60e23cbcd99f5926373f240875d482a24d0e 0.06 MB 159 108
261,975 261,975 000000000000000ffbc6677a89aea36f697d7bffc039783474336620d808df28 0.15 MB 13 1
261,974 261,974 00000000000000036d5302c69d596c6d2cffbf4a521500820f397c7256a65104 0.03 MB 63 48
261,973 261,973 0000000000000005ac8538d720b77f1320807e2621a13c2b2fcff46f98383f9a 0.02 MB 58 69
261,972 261,972 0000000000000003741b9568e51b1c8b092438a54fd532e5b4e34b5ec55d4ceb 0.13 MB 216 76
261,971 261,971 0000000000000010f548c927326e805cbb8ba696c95bcce9570a86b1f2512e30 0.03 MB 64 83
261,970 261,970 00000000000000093a733f6a95bc2f59ed7d8b0e3f8f497bfcdf593b6d134172 0.01 MB 19 65
261,969 261,969 0000000000000008b67eeaba43c4b649e67d034fccc8924e2ddced31cb3e4575 0.08 MB 205 139
261,968 261,968 00000000000000149700a3dc6755c03f706651462938672d61a271f99c90e213 0.03 MB 54 103
261,967 261,967 0000000000000016396e08ab80916c3bc861c42a2b227c8dbb30c20063ad4ea6 0.01 MB 9 59
261,966 261,966 000000000000000103d783838e70c87b4d8670ce95f0c39aba751bb1412c733c 0.01 MB 14 79
261,965 261,965 000000000000001bf1ccd3ab0418596a89535087e20f090bb03375997eb1cb28 0.06 MB 134 116
261,964 261,964 00000000000000106a8a3082eba2b622fd0bc1e6b267f590360fe3c8a1186d4b 0.06 MB 112 68
261,963 261,963 000000000000000a19a7e277d450cdcd2c83ec1d860e4744203071ddd9824367 0.15 MB 342 124
261,962 261,962 0000000000000007715b4a6a1563ee818f500e8571bdf845f99f8d9faa8a1463 0.00 MB 5 210
261,961 261,961 0000000000000015e7f6681cf248f00dd36e1050f47a804fc62f133a6b6c1f6c 0.15 MB 63 16
261,960 261,960 0000000000000018bcc53887ebd5e6e982a34e3baee29503984a3b05d601bf60 0.04 MB 110 96
261,959 261,959 000000000000000f568491e8e17513e8ba3b855f3835d437d3bdf62fb8b5e8aa 0.24 MB 444 118
261,958 261,958 0000000000000005419166615b55d552af65c707c717f4102c0ec4041abc8a83 0.04 MB 98 90
261,957 261,957 00000000000000089c53345aa347f6d2859db2c57eabd2a24b484c6f312b8d89 0.08 MB 174 86
261,956 261,956 0000000000000016b731b1b5662061a9fe0bdf1ead4bf3f20449678a412a2401 0.05 MB 113 93
Previous 10 blocks ↓
Total Size: 778.94 GB

Node Details:

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