Loading Tool

Explorer IconExplorer

Memory Pool

78,687 transactions
29.47 vMB
0.10721160 BTC
Random Selection Loading Transactions
Max Size: 177.17/200 MB

Candidate Block

Mining Attempt a5ce6df64e96d3065449bea05d4e535c92b0f5549f21d7bbf4ac577bba1afefc
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root 5657f190783cc335bea2c47626b9131e63ddfe2aed773626645fdc479d9282e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,949
Size: 1.00 vMB
Total Fees: 0.04732131 BTC
Feerates: 109.69 > 4.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (339,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,647 575,647 00000000000000000009683e2a8ee1307673850352e1505e0b37feece0c4010b 2,808 1.00/1.00 vMB 69
575,646 575,646 00000000000000000000fbf5bdd7905ed999081721af50e601e648b3c1adfc3b 2,818 1.00/1.00 vMB 98
575,645 575,645 0000000000000000000f8a6227c98f4cb656c1b867de412cff3865c7ca41790b 2,991 1.00/1.00 vMB 117
575,644 575,644 0000000000000000000cb8ec1e4659c6d56de7556c9bb493146e1eb35d7cd3d8 2,913 1.00/1.00 vMB 140
575,643 575,643 00000000000000000018542dc0ce0468ad5c82a18829881fb9653ab247ab7b43 2,803 1.00/1.00 vMB 84
575,642 575,642 00000000000000000006117cd07e84404c54c3955692994585d13a4e3bc54267 2,818 1.00/1.00 vMB 129
575,641 575,641 00000000000000000007abc5b8d5c5720ca6565e8ffa91e0ea1b9be7109449d5 2,530 1.00/1.00 vMB 81
575,640 575,640 000000000000000000052352730522c54ecd3a5332fbb70bfc9257d6e1d93f68 2,564 1.00/1.00 vMB 53
575,639 575,639 00000000000000000008184e6feb844c2ae65db22d41c2ad9e3706371de24b36 2,755 1.00/1.00 vMB 86
575,638 575,638 0000000000000000000dc1fde44713cfbf4d5ac8c8fd94cc81327a05a8665238 1,839 1.00/1.00 vMB 22
575,637 575,637 0000000000000000000e6bfc979ad049879f51845e52367cd239e704fb47ed4a 1 0.00/1.00 vMB 0
575,636 575,636 00000000000000000017d37a59b3956ad87b52779efa06f8c60097e5f0557173 2,326 1.00/1.00 vMB 90
575,635 575,635 0000000000000000000f8c9d14dc6e6d85c23436900a9c330f06a762f54c383c 1,501 1.00/1.00 vMB 4
575,634 575,634 000000000000000000006cbd56ef03f0976cca1ba40469025ebe59a6f55d5795 2,715 1.00/1.00 vMB 46
575,633 575,633 00000000000000000022ff9f74f5d5a1bf57388b62c4fb3518358e9f0d53f05e 2,707 1.00/1.00 vMB 114
575,632 575,632 0000000000000000001c8863884148b3fb86fb2a1b51046e43edc116b06bd8f3 1,771 1.00/1.00 vMB 12
575,631 575,631 0000000000000000001ec7b32b74d873d91aa68e169b611fb81cf989da2735e9 1,580 1.00/1.00 vMB 23
575,630 575,630 0000000000000000002460b49f1c32f15d424258f12bb41fae9909af7ad1a43b 1,594 1.00/1.00 vMB 20
575,629 575,629 000000000000000000080d0ffce5fb78c71a99936c37e633c2e60ad7a3b1170a 3,103 1.00/1.00 vMB 82
575,628 575,628 00000000000000000000d10765b2e81b1b3b164a1309764743824af9608a8e14 2,800 1.00/1.00 vMB 109
575,627 575,627 0000000000000000001fd65d40aef0ddba7ba6b6a46238194a06ad690f6d925f 2,004 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.39 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: 664.63 GB
    • Received: 15.01 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.