Loading Tool

Explorer IconExplorer

Memory Pool

82,209 transactions
31.09 vMB
0.12036988 BTC
Random Selection Loading Transactions
Max Size: 186.08/200 MB

Candidate Block

Mining Attempt 4577d0b30940057ff2be282fa79d4916747437e21d440dd544a0bfbcf39d6b04
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 8396418341c9bdbcb7efefc9fc6df77288a6967a5a7aa342882f0bbaef7c9cc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03557274 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (246,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,661 668,661 00000000000000000008d43025e355f2d391e76b091713cd6bc97cd1e429924a 1,846 1.00/1.00 vMB 124
668,660 668,660 00000000000000000001f2f2a6caf41aa99cf7221c178e18357ecd3d321736e4 1,874 1.00/1.00 vMB 123
668,659 668,659 000000000000000000033af31f170d568ee07340a6c27ecfca4aa390fe295329 2,845 1.00/1.00 vMB 120
668,658 668,658 00000000000000000006d6be666344f6ec7699bca25f380011778c6d8ad46eaa 3,318 1.00/1.00 vMB 126
668,657 668,657 0000000000000000000c99620008c452560b862e3e2d8628f6225b5446975b8a 2,781 1.00/1.00 vMB 143
668,656 668,656 0000000000000000000cf85df6804f4d89e179d98eaf7e7261f9412d75b3616d 2,819 1.00/1.00 vMB 125
668,655 668,655 000000000000000000032f18e82196621d1442f0fc88f4e04962e2bd96d42f7a 2,694 1.00/1.00 vMB 139
668,654 668,654 0000000000000000000949dfea5b261c7960671f55be9e2c8c217d9c9d0e35e4 2,698 1.00/1.00 vMB 147
668,653 668,653 0000000000000000000c2d81f012bb430e92c4dfcd21472cdd895454b4c7f43c 3,055 1.00/1.00 vMB 152
668,652 668,652 00000000000000000006dbdd02e425b0a9b37ae37be7ba72a59a4c961b7d0558 1,539 1.00/1.00 vMB 108
668,651 668,651 000000000000000000036b5c1c97d8ee613fe5cf53500d24496178512a181e94 3,157 1.00/1.00 vMB 114
668,650 668,650 000000000000000000039961b40d8f8d1445898a35e973a5f80950703b476a2c 3,057 1.00/1.00 vMB 125
668,649 668,649 0000000000000000000b48b1adfb0b5bb20b7c313112a5d671f5824b51694685 2,800 1.00/1.00 vMB 142
668,648 668,648 000000000000000000056832f071cfde4e0ebd7185c1882a25a982f37d149978 3,423 1.00/1.00 vMB 123
668,647 668,647 00000000000000000008c051dbf54594590ad5e4db4533671f8909dd9d063928 2,540 1.00/1.00 vMB 121
668,646 668,646 00000000000000000005b3596a1b765b843f5994ebba540ea8c397c5fd9e866f 2,689 1.00/1.00 vMB 127
668,645 668,645 00000000000000000007aaf9899a5c7112ab7d12ed67a259d542b143578f3fef 2,810 1.00/1.00 vMB 139
668,644 668,644 00000000000000000008331227b8c929f899d68678cbc83af2ff030a1ba2d995 2,798 1.00/1.00 vMB 160
668,643 668,643 00000000000000000009121bb08413e0381b0e1954e28bfe533dddf4982a41ef 2,535 1.00/1.00 vMB 118
668,642 668,642 000000000000000000038834cf81e6cf3b469cc4d34e1d272aaba58f187125e2 2,561 1.00/1.00 vMB 122
668,641 668,641 000000000000000000039a454e2f532b61b4411163e0bd09a722622e454c9d10 1,965 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.