Loading Tool

Explorer IconExplorer

Memory Pool

81,372 transactions
29.93 vMB
0.15523313 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 0eab044a67d920ad3b1aad3c204f3f0059eb5165d9126c0fe877504ff1ffd536
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 51ab352eefb9c1cebe21af3d38fb4c7b149face7e9c5050d58fce0cc52eeec0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.05898920 BTC
Feerates: 1,002.91 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (438,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,590 476,590 000000000000000000f8efd2d6dc7f411a27bf9ac26cc175e37a68a69b0b302b 2,395 1.00/1.00 vMB 180
476,589 476,589 000000000000000001003de2fd0a8ced93b4ddd12b1ec417bf7c7ebbd35809e0 1,897 1.00/1.00 vMB 194
476,588 476,588 0000000000000000012e5cdc46120fc51e3c4d49677d618bd68cb72023141910 2,415 1.00/1.00 vMB 216
476,587 476,587 000000000000000000c92940f9b467ecf229e429c07473c70c0844420479519a 1,819 1.00/1.00 vMB 140
476,586 476,586 0000000000000000010f931f372b60e56d25c6d1e4de0cf88e3f3b6586a7199b 671 0.42/1.00 vMB 94
476,585 476,585 000000000000000000ea2cc7a096161a3f035f29d227d70ddb6d7f0a0921ef90 1,356 1.00/1.00 vMB 166
476,584 476,584 000000000000000001271772ab8b2aeeb63a90f1931e989fb953f84a298a384d 783 0.47/1.00 vMB 175
476,583 476,583 0000000000000000009541ca271e9588897c0285bd425a9901e7e8315c1bf6aa 1,508 1.00/1.00 vMB 32
476,582 476,582 000000000000000000e6326c618eb77be464b428e163362ff68027b9f001f0ec 2,172 1.00/1.00 vMB 96
476,581 476,581 000000000000000000f1510d5b022752e14ca8cec9d0712430389e9b94bd00c2 1,903 1.00/1.00 vMB 125
476,580 476,580 000000000000000001215da9fa5fdd4257f898f8f123ff07c3424be419098584 2,092 0.99/1.00 vMB 191
476,579 476,579 0000000000000000006dfa46ff35e567f4ace2a520231f0b30a4cb8a3bdb35bd 2,094 1.00/1.00 vMB 112
476,578 476,578 00000000000000000044fc0438e4e273398e0f6d2282a33e113e672cd538e9be 1,654 1.00/1.00 vMB 160
476,577 476,577 0000000000000000008c8f34837a9027ed0897a4d58190a767fae8656f607cd9 1,935 1.00/1.00 vMB 134
476,576 476,576 0000000000000000007f8f94def5e9c4b5592fc58a8284c21b40d3ca824636d2 2,086 1.00/1.00 vMB 236
476,575 476,575 0000000000000000004bb873d5e0e9cc0587c942c28895233f3ef7aa44ca3f16 2,043 1.00/1.00 vMB 142
476,574 476,574 00000000000000000040266d14a3acb3abdff77350cf64b7f59abff499175d64 2,145 0.99/1.00 vMB 161
476,573 476,573 000000000000000000e11fd40afa408f3792c1fee63a571b261b60499fb8845c 2,275 1.00/1.00 vMB 160
476,572 476,572 0000000000000000000d273c68a8871d296150a30143634046e1b9245917f168 2,299 1.00/1.00 vMB 192
476,571 476,571 0000000000000000014d165ce7bccdb9adbac9707b75b04ab6d5e2da637ba77e 2,207 1.00/1.00 vMB 186
476,570 476,570 0000000000000000005a6db190059a049a325c463ce7e4adf32c3480a91bd253 2,176 1.00/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.