Loading Tool

Explorer IconExplorer

Memory Pool

80,449 transactions
29.95 vMB
0.12042246 BTC
Random Selection Loading Transactions
Max Size: 180.21/200 MB

Candidate Block

Mining Attempt 801cd1a5bb4b3f02147f3ad2b2907cce9ae7eae4023eefe47d917d02f380b1c1
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 9f51e1f16bb5d6d5c1d0e6e03d80091686daa878015563ab00bd7640c7f0f22f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,622
Size: 1.00 vMB
Total Fees: 0.04987101 BTC
Feerates: 242.90 > 5.00 > 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (217,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,851 697,851 00000000000000000003f60b00db43a08e67a6a06f187f9c8b08b9e28f492e6a 3,453 1.00/1.00 vMB 4
697,850 697,850 0000000000000000000755b72fd0eb1dfdc3bf7b609b39dbe6e8a286128c3578 2,655 1.00/1.00 vMB 21
697,849 697,849 000000000000000000004c754f24d914826aca37765cb1759cf0037c9d22eafc 3,280 1.00/1.00 vMB 5
697,848 697,848 00000000000000000004ced7ac507a9e840f1c6ff132b9d1e01502a218f70d24 2,417 1.00/1.00 vMB 12
697,847 697,847 00000000000000000003a7f8dbed13658f77549475af99d589dadd8311e20415 3,099 1.00/1.00 vMB 9
697,846 697,846 00000000000000000002eb06c5dda79df8469b173e1cde60aef462269606534d 2,845 1.00/1.00 vMB 26
697,845 697,845 0000000000000000000e211027342d5412b3ab786b673f55e94b47b0b603d4c0 3,264 1.00/1.00 vMB 6
697,844 697,844 0000000000000000000326be00ad132dcf384e08d08139bf1b797fa8f59b34c6 2,565 1.00/1.00 vMB 17
697,843 697,843 000000000000000000079a376984b68c32f3b8dc490ac5c0a08eb31428d6b604 1,959 1.00/1.00 vMB 12
697,842 697,842 00000000000000000003433affafb27bf5ad944af9a5082a0de8682004d0b3a6 1,838 1.00/1.00 vMB 10
697,841 697,841 000000000000000000048e7a9f6d240aa3d8e51866126e1362d6ad97200164c2 302 0.17/1.00 vMB 6
697,840 697,840 00000000000000000005c6cca7e52c51b76edd6ca84a881d08246444be1be024 1,241 0.53/1.00 vMB 8
697,839 697,839 00000000000000000008e9ae3664e033fe69429c1a8b81145584b83b0d92f87d 670 0.34/1.00 vMB 7
697,838 697,838 0000000000000000000bfb9edcc4597e60e337ce2c36c68c4ee051775b101b59 1,852 1.00/1.00 vMB 6
697,837 697,837 000000000000000000062f7b7dded471d2a7da66b8059a71cce6264a6eca6146 2,490 1.00/1.00 vMB 20
697,836 697,836 0000000000000000000d155031c1e982ccbfcff4a364a3c8178cb2d2b9518c55 1,547 0.52/1.00 vMB 10
697,835 697,835 00000000000000000004c971b730f87212b6544f3386ff93c13a9f81eaa85a87 894 0.60/1.00 vMB 6
697,834 697,834 0000000000000000000aacc951db96cacede9709a59b75e10fdcb7cce59be47f 2,740 1.00/1.00 vMB 5
697,833 697,833 000000000000000000085b06745146cc0836cc55cdd815fe319bba09bccfc2c1 3,062 1.00/1.00 vMB 8
697,832 697,832 0000000000000000000fbf73d478d4512ed6b75051dbd8a778439177090c7b6d 2,109 1.00/1.00 vMB 34
697,831 697,831 00000000000000000000cedf94572c7192172e897dc123891c11c83d26adff96 1,484 0.85/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.