Loading Tool

Explorer IconExplorer

Memory Pool

41,675 transactions
34.41 vMB
0.09816589 BTC
Random Selection Loading Transactions
Max Size: 193.70/200 MB

Candidate Block

Mining Attempt e7c66eec91769551699be031657f3ae98d04f7d996e92d7a1574ec421463bad6
Version 20000000
Previous Block 00000000000000000000e8d538e4137314887f6b04965c5c7fbf8bdbd3117f6b
Merkle Root 58086926d15a2e6d881e4562f3a12d7228a808b850e55b2ce3876aa6166273a5
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,332
Size: 1.00 vMB
Total Fees: 0.03570953 BTC
Feerates: 477.45 > 3.58 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,946 (11 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,935 940,935 00000000000000000000d0fba090264d62b447bc8bd9b5c1f93f9df6eb3b44d3 3,732 1.00/1.00 vMB 2
940,934 940,934 00000000000000000000296a7f61a82fd948a8ec49e5651de316fba36e983b1c 3,152 1.00/1.00 vMB 1
940,933 940,933 0000000000000000000158dd5b84575fbea6abcf8c42d065c795219a568bb034 3,492 1.00/1.00 vMB 1
940,932 940,932 000000000000000000007e7f8e21ac3cd9d6b02423cd0cdfae1978cf50860c3c 3,172 1.00/1.00 vMB 4
940,931 940,931 00000000000000000000ce255e6ffa770652694d8ed33d4ad43358f08283e612 378 0.07/1.00 vMB 1
940,930 940,930 000000000000000000015da171e4d9bacccc2a5c2c0f2e57f544ff9c7604036d 3,419 1.00/1.00 vMB 2
940,929 940,929 00000000000000000000b6c792ec157809a130f40405f17978a82a9f3d3bac3e 4,291 1.00/1.00 vMB 0
940,928 940,928 00000000000000000000da58513f0ad7c4f006979daccbf1f7324a0b8502ee24 4,496 1.00/1.00 vMB 0
940,927 940,927 000000000000000000017c2480e68156126ccfd3cdd24f95c4b643c8e878a059 2,795 1.00/1.00 vMB 2
940,926 940,926 0000000000000000000116dd60f8219153488f18edd52d3bb737040d8d7f876d 1,162 1.00/1.00 vMB 2
940,925 940,925 00000000000000000000cbe23feb0822eadda316e98539ef3c3d1c8fe85bb962 3,383 1.00/1.00 vMB 3
940,924 940,924 000000000000000000011fd4f2887d3403192fc5af520d3dfa6eb6b1ad4af2ab 3,665 1.00/1.00 vMB 5
940,923 940,923 000000000000000000013a989af2fa405d814f0271a2d5aa16f19fc3eb707056 4,390 1.00/1.00 vMB 0
940,922 940,922 00000000000000000000b12b613b6607ebdb87ebb0217aeaa290bcfbcc0bbb44 4,404 1.00/1.00 vMB 0
940,921 940,921 00000000000000000001a2ba9b89fcf646f4a35b51de7f538f0191916df330e3 3,346 1.00/1.00 vMB 3
940,920 940,920 00000000000000000001945335a90f8c5112fd80a45695179f25d336139f23c2 3,155 1.00/1.00 vMB 2
940,919 940,919 0000000000000000000106e9de191cc1ba81ade3670a1b12c001a0525d4b31fa 3,747 1.00/1.00 vMB 6
940,918 940,918 000000000000000000011c073a3b31cb29dffcfb3b13b8898ec58f04e6a8e4b8 5,476 1.00/1.00 vMB 0
940,917 940,917 000000000000000000015f9b22999e4ce444d7608e0290e33d67f82a5744530f 3,795 1.00/1.00 vMB 0
940,916 940,916 000000000000000000003edbc79407a981316674a4a48057f41a1e348ca36650 3,736 1.00/1.00 vMB 4
940,915 940,915 0000000000000000000098a60c7c143666acbbe079f590aa6305d67f2ae8aa92 4,655 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 828.44 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: 4,598.77 GB
    • Received: 247.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.