Loading Tool

Explorer IconExplorer

Memory Pool

73,623 transactions
27.54 vMB
0.09186864 BTC
Random Selection Loading Transactions
Max Size: 165.87/200 MB

Candidate Block

Mining Attempt 9eb51d6cffcd6a193355bfcde13bd6bf4f24de8765ab4e3fc79bb4998a8a4590
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root 0f672573ef75f568f395b32a6ab9ff0dc5fb6a8d86064c94b5f8f72e7fc0acf0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,016
Size: 1.00 vMB
Total Fees: 0.03054014 BTC
Feerates: 100.53 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (68,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,930 846,930 00000000000000000001da46b9270bab6605e83f0b3d8b30a2f46b67ae32bea5 1,711 1.00/1.00 vMB 448
846,929 846,929 0000000000000000000191f1d2952fd0a5f3f51efe3745b56f910683d5ebc5a8 961 1.00/1.00 vMB 418
846,928 846,928 00000000000000000001baed8ed665e2127ac24be510a49b68fd70fbea8c110e 1,001 1.00/1.00 vMB 454
846,927 846,927 00000000000000000001dcc73cd4c9d47ad270179a8a8fd27f055397708bee25 671 1.00/1.00 vMB 441
846,926 846,926 00000000000000000001abb4bd0ec926020cb15ae38a4fb46bf681c2d0d2d50f 1,141 1.00/1.00 vMB 453
846,925 846,925 00000000000000000002db4494e99e726d7696a688d1e73195e7f886e35e79a4 1,768 1.00/1.00 vMB 498
846,924 846,924 00000000000000000000a5c6e01652b84e6334ae856c61afdd7a2238a1fd05b9 862 1.00/1.00 vMB 466
846,923 846,923 000000000000000000003628996457317d5c1479f3604b7428945a086dcf62b9 1,312 1.00/1.00 vMB 513
846,922 846,922 00000000000000000001c19d385880cb8cd2e492d06d5cfa6d79490e62b4fd3f 1,318 1.00/1.00 vMB 497
846,921 846,921 00000000000000000001e19b3b5dbea81a6fc552948d100cad79c0295f213f84 1,142 1.00/1.00 vMB 494
846,920 846,920 000000000000000000018bc4f6f5dc930da0f5172e9d235fc2bc11158760ecd9 776 1.00/1.00 vMB 501
846,919 846,919 000000000000000000008d7dff8cf1990f735bc072afc0e472e3d14e2201c3df 275 1.00/1.00 vMB 509
846,918 846,918 000000000000000000007751367a231383486baffc571c3bb6fbf23356ce29c8 539 1.00/1.00 vMB 513
846,917 846,917 0000000000000000000226e9dc1fdff44ffe92d7b1cf5cb6986e84b2b387f38e 638 1.00/1.00 vMB 519
846,916 846,916 0000000000000000000159b97b0fc82fee4c2c5bb5d9f24f1ed801cdc3d4c5de 306 1.00/1.00 vMB 514
846,915 846,915 00000000000000000001c4d41c00a31dffae5f0a471e2cf019ad3635d8972f94 758 1.00/1.00 vMB 523
846,914 846,914 00000000000000000000849b7d9e571b7276a7f2ae1dd55e14a63dd6e9fd7db6 857 1.00/1.00 vMB 532
846,913 846,913 000000000000000000035ac0ba32693e54b750ea025f92b9142a5123f7a6e99e 125 1.00/1.00 vMB 513
846,912 846,912 00000000000000000000a2e4db3bcd8844211385d0b1e29b5d1ac361b9760cfb 2,448 1.00/1.00 vMB 547
846,911 846,911 0000000000000000000142e7710c0cdeb1face32d32eb82b553d19a997169fd3 586 1.00/1.00 vMB 523
846,910 846,910 00000000000000000002bad552a694e2a52a837aa86fb8d897ea4d6a2e9e2ba1 456 1.00/1.00 vMB 520
Previous 10 blocks ↓
Total Size: 783.19 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: 753.03 GB
    • Received: 18.90 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.