Loading Tool

Explorer IconExplorer

Memory Pool

26,504 transactions
10.91 vMB
0.07778958 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.84/200 MB

Candidate Block

Mining Attempt 1bba6675b7112341d7aa0f6b1fc575fd22d93f2d302e8ebff44d37d7660a501b
Version 20000000
Previous Block 00000000000000000001ab8543ceb5341d10e020a323e9e6a65fe27d1b7949d0
Merkle Root 0b0323ab9b5e2dd80cfd07934c34766060ed547decda410498147f1761fb4d27
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,240
Size: 1.00 vMB
Total Fees: 0.05956505 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,551 (766,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,594 146,594 0000000000000625ae1dc7f4e5b0cabb41702d8723819f1fb10e41a97c8bdb56 84 0.04 vMB 172
146,593 146,593 000000000000093aeed167e1774a0059fe6c67474e0917bf8044ec44cbe5af2d 58 0.03 vMB 168
146,592 146,592 000000000000002cf25e51567b799eac7a9adc8a7c9775416c2c207ad08c94f9 147 0.05 vMB 133
146,591 146,591 0000000000000284900be251e527734d536cbae35e791a64e4385bff4125f80a 138 0.05 vMB 209
146,590 146,590 00000000000000af59427b3a6588b915d367731943a71b2ad45cf967a3b23b73 107 0.05 vMB 130
146,589 146,589 000000000000026b9bc08b0cc40c6cbc2a67eef0ba949995eb6ddb080239101e 37 0.02 vMB 174
146,588 146,588 00000000000001c4c79a7625e817ebecb8f698f9d2b1ed73d588e2578a9e79d9 78 0.05 vMB 100
146,587 146,587 0000000000000375a20314d39dc24bad53cbdcadb53c490c80bd0854234e052e 10 0.01 vMB 30
146,586 146,586 00000000000008d266d5517f675f038b921b524e1e402883c34714685ac9f741 82 0.03 vMB 70
146,585 146,585 000000000000039c7500a743c706e2ea48ed07918e0251016d80f82782814dae 26 0.01 vMB 86
146,584 146,584 00000000000001f717904525c31d67e88a842df52a1571f651995d947f54267a 68 0.03 vMB 114
146,583 146,583 00000000000007c1afdc022782ff2f89a4112d4420a7956ee31dc7d55421f63e 14 0.00 vMB 282
146,582 146,582 000000000000022ba9738b30a452ad308d64f6fe663a59e456f720c0bb8ec0a8 46 0.02 vMB 84
146,581 146,581 0000000000000644964d7ae3b181d132378339d5b121962566d660d43e431ce0 80 0.04 vMB 317
146,580 146,580 000000000000067050c1fe977a1e13de37e9a0eda47111bc69ee1d41323c0aa6 13 0.01 vMB 51
146,579 146,579 00000000000003e6efb3ef7986d197af2c8f34e9c9927c1dbf622297e2a45638 11 0.01 vMB 563
146,578 146,578 00000000000006cabd6b634bee09be78fc739cdf423056ff93f26097014186c2 1 0.00 vMB 0
146,577 146,577 000000000000000c9806cb4a7811e3a4d6081428daa5857089d499cb9433728c 17 0.02 vMB 78
146,576 146,576 0000000000000338a61a7bd744f2075794b61a00f354c1c17a8882dd8aeae9f9 6 0.01 vMB 27
146,575 146,575 00000000000008ed6a94b7330476fb7dc542689579bf522bea4f0fd5f17835ab 23 0.01 vMB 128
146,574 146,574 00000000000006066517f70ea5de1caff1c307c6707851fe0112a3c2e2bf8290 90 0.02 vMB 143
Previous 10 blocks ↓
Total Size: 779.82 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: 416.37 GB
    • Received: 2.23 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.