Loading Tool

Explorer IconExplorer

Memory Pool

81,731 transactions
30.95 vMB
0.07390991 BTC
Random Selection Loading Transactions
Max Size: 188.56/200 MB

Candidate Block

Mining Attempt 22ca486ad634dcec9e9ef92d74b1d10b69e2a00f3cb52d309cbb5c5d60bb3071
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 5cbd35457cebf36c07c9b79a2d001050ba6379bd272d431ef2ce8feb0cf2be09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,273
Size: 1.00 vMB
Total Fees: 0.00729935 BTC
Feerates: 60.16 > 0.73 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (71,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,588 843,588 0000000000000000000301eb67afde88648d66ae5f5dd9eca809fb0da08dba6e 2,129 1.00/1.00 vMB 16
843,587 843,587 0000000000000000000124be8d25c3a2a9e8025f346e217a166468618d286fc8 2,673 1.00/1.00 vMB 14
843,586 843,586 0000000000000000000209d97c2185a7bd984a149f1d0870fc341b7d19f74817 3,052 1.00/1.00 vMB 25
843,585 843,585 00000000000000000002f615bf320787fd25708991aa84f73a83400d8637e0df 1,871 1.00/1.00 vMB 13
843,584 843,584 0000000000000000000134d6a771be13786c0f3899665f70a59a299d0ee8dc3a 2,270 1.00/1.00 vMB 11
843,583 843,583 00000000000000000001f38826560ad7532166f408873107bacfb52921cfb9d3 2,497 1.00/1.00 vMB 15
843,582 843,582 0000000000000000000279f07bb5c726ec9ce183f8c248792e0928c9b75b4af8 2,697 1.00/1.00 vMB 18
843,581 843,581 00000000000000000000a53aa0ea6436317b5302bb8ca41c822059ef3c60be7e 2,005 1.00/1.00 vMB 14
843,580 843,580 00000000000000000002ba9b9fc6fb9504b56e4629542fd307fd362b8b1ac16d 3,411 1.00/1.00 vMB 20
843,579 843,579 00000000000000000003001f17cb4b814a9fbcb69e7cf68542548797b6cf1041 707 1.00/1.00 vMB 11
843,578 843,578 00000000000000000000a14c7d9209c07111a4f56eef0892409462cc4f62dfb0 2,524 1.00/1.00 vMB 13
843,577 843,577 000000000000000000011ce839f8ce30d0c3808a48d86e3926e3b8f2d57491b9 2,826 1.00/1.00 vMB 11
843,576 843,576 00000000000000000002799299d0ef3a8958890c48244dac91491ad8c4af463f 1,717 1.00/1.00 vMB 36
843,575 843,575 00000000000000000002559bd78cdfe4f091cf5d5f451fba1f90916c95f16299 1,304 1.00/1.00 vMB 10
843,574 843,574 0000000000000000000035ac6a3912ad55f1595f04ef9d0b334794d34a9f0f31 3,129 1.00/1.00 vMB 17
843,573 843,573 00000000000000000001ff074e8a50719d9dfa166a333ca61c71d658e34eedf8 2,509 1.00/1.00 vMB 16
843,572 843,572 00000000000000000001af9d3519a28331fc822012990b1c6f6637841e221db2 1,519 1.00/1.00 vMB 14
843,571 843,571 000000000000000000017ccab9bc05eecc118bb71b2639e72f7dca286af1668b 3,531 1.00/1.00 vMB 22
843,570 843,570 0000000000000000000104c60b02c5d3793cd963f25d6560f64018be5ff741de 3,634 1.00/1.00 vMB 13
843,569 843,569 0000000000000000000116255ec2db396fcf0d11025f8e5455535012ef1d9b53 2,559 1.00/1.00 vMB 16
843,568 843,568 0000000000000000000348611cc9373812b4835d63605eb01c54a14d80a2b6eb 3,129 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.72 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: 705.13 GB
    • Received: 16.65 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.