Loading Tool

Explorer IconExplorer

Memory Pool

18,434 transactions
8.70 vMB
0.05041690 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.35/200 MB

Candidate Block

Mining Attempt 9ff87c4d575cbf7f40b525bfcc993f91c100904a0cb17db9beff07aa4a7aa402
Version 20000000
Previous Block 0000000000000000000025f04ff2c401a5399cfff1f91b6377cb2b55eeb38fad
Merkle Root eeb0bceba7bdeb38adf1a6a24a27f188a2f091d89c0a9f18a564504a4cdcbbb8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,819
Size: 1.00 vMB
Total Fees: 0.03034919 BTC
Median Feerate: 2.18 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,421 (788,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,894 124,894 00000000000019788dfc06649fb2553c56cae168d652d0df5d22dff330804f1a 42 0.02 vMB 844
124,893 124,893 000000000000083044a8098cbb9733d3cdbb59d28e8f422c0b7848818006ef0e 1 0.00 vMB 0
124,892 124,892 0000000000000ffa48f7331315fecae035c9eac9f9144609d77099db3d9b83e1 9 0.00 vMB 246
124,891 124,891 000000000000179a99ced3082efda7775e4a64cd4a70a0b93ece3fa192901e7e 5 0.00 vMB 351
124,890 124,890 00000000000050d14079ac3e42446fd79295f773fc985994c93d8cd3343667e9 11 0.00 vMB 270
124,889 124,889 0000000000002f53d2edbb74d83025169af64d39baf61664fa8ac3e36155c2e4 7 0.00 vMB 345
124,888 124,888 0000000000005069a42d451b0f1bd6ae2798e2598c287ccef86ae808762ab0ba 19 0.01 vMB 699
124,887 124,887 0000000000004cb5eac4a42e9154a894b959b2cdeb74bafbd67edcb586d44866 15 0.00 vMB 516
124,886 124,886 0000000000000d77feef4942137981f97adf1caff1e7073b18844b0f2256f1df 9 0.01 vMB 578
124,885 124,885 00000000000045728287b4c6266e8ce1a54b9a01bf0714b114fe663715e541b3 8 0.00 vMB 341
124,884 124,884 0000000000003ff72cf37ef1624f463658fcaa06fad32c4b6718b3153a649d30 16 0.00 vMB 237
124,883 124,883 00000000000050e96e6a21c6b393a1f0eb7607b4a85374c2b1a7b8b1b980e915 11 0.01 vMB 645
124,882 124,882 00000000000025a9df2ad6405ee2200a57ed1d29a472682055eab33bce99a7c6 32 0.01 vMB 224
124,881 124,881 000000000000030d34996c335c13d08b5a2d781bb36147f8da7b216c2745d7dc 15 0.00 vMB 1,222
124,880 124,880 00000000000049d3f1444399f1bc82d8b10e831bbcd5a2cfe55f340bae67ca8e 1 0.00 vMB 0
124,879 124,879 000000000000423b13cdbf189dbd193be71976d730b696819e8b94e123d7f3cd 1 0.00 vMB 0
124,878 124,878 00000000000000969cc37e09cf744082eab7bf2fbcb45fe1606f66e388f4690c 1 0.00 vMB 0
124,877 124,877 00000000000048d3108261ba50270abad1d7a5c1c82e7a15f410267bf0afa522 23 0.01 vMB 723
124,876 124,876 0000000000004988ffe0b610fdbc79c1408ae5885d2727567a0b7d57525be8f2 21 0.01 vMB 611
124,875 124,875 00000000000055ddb89be473ba09b89435b2a49f913f4320e0164371528e739f 4 0.00 vMB 0
124,874 124,874 0000000000005e1b52416900b48f21ddf142fc397605bc02519c406a80e0730c 22 0.01 vMB 830
Previous 10 blocks ↓
Total Size: 779.60 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: 295.15 GB
    • Received: 1.24 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.