Loading Tool

Explorer IconExplorer

Memory Pool

82,834 transactions
30.54 vMB
0.16055646 BTC
Random Selection Loading Transactions
Max Size: 185.32/200 MB

Candidate Block

Mining Attempt 98b0bf3e58d52b4091b2d1ecef1342c2dacc6b8f44673b0f0a43b16333756876
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 962c9fe9985697e5f7a794de73d99a4d0fdb76079b026fdaa974b284bbb8a215
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,090
Size: 1.00 vMB
Total Fees: 0.08224681 BTC
Feerates: 111.00 > 8.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (296,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,431 618,431 000000000000000000014dc60fdf4ee8a56babdcf65712cbc0d101c23a993b66 2,283 1.00/1.00 vMB 10
618,430 618,430 00000000000000000000dd101a19dbd581eba45bb8694cc42619998c643e6f5a 3,265 1.00/1.00 vMB 13
618,429 618,429 0000000000000000001151f328d676f9f72afdaf002213571ded1b6336a45de8 2,853 1.00/1.00 vMB 9
618,428 618,428 0000000000000000000648a08312240e4dddfaf49d08e52d25b167cd98f2386e 1,162 1.00/1.00 vMB 14
618,427 618,427 00000000000000000008d85310f93154e496024a9f0b429b0c5d2603125d19c5 2,979 1.00/1.00 vMB 26
618,426 618,426 0000000000000000000f48a43dfb127c98b5dcc07be5742ab5b3ba11f5757ed7 3,416 1.00/1.00 vMB 15
618,425 618,425 000000000000000000037c6255a270cc41ca9bedc176712de5a91108b86944e6 1,735 1.00/1.00 vMB 7
618,424 618,424 0000000000000000000221eaf0dc8089d5ea825e1d66fcf1965824e82d604508 1,439 1.00/1.00 vMB 17
618,423 618,423 0000000000000000000cc1b38cd459aa2b48ede4fcbbfbde2db580b5cd784ea7 2,870 1.00/1.00 vMB 14
618,422 618,422 000000000000000000006d6f88153a192794c545837264c0ddc5a087bcb83238 2,818 1.00/1.00 vMB 12
618,421 618,421 0000000000000000000510acc64e4537ea7e174ff0c486e324a549f959947c00 1,828 1.00/1.00 vMB 8
618,420 618,420 000000000000000000082b782d7148eb5cb5fc5e4967b85e3aad62474badf0bf 1,843 1.00/1.00 vMB 5
618,419 618,419 00000000000000000005ac5b2763c72c5fa87e3806a6c16f82b6249719dfaf41 2,700 1.00/1.00 vMB 12
618,418 618,418 0000000000000000000b229f7f1b157aaa739d1f04380af8c8076233c1b8d8a2 3,057 1.00/1.00 vMB 20
618,417 618,417 0000000000000000000775b96f9f76ee6b641c7b85b23e13b8435be5974fedbb 3,112 1.00/1.00 vMB 11
618,416 618,416 000000000000000000013cfea966b20f31ff69fb873a9b94cc4c9a85a553f427 2,859 1.00/1.00 vMB 11
618,415 618,415 0000000000000000000d09c7fe6ec7d093bb992c759f8f67ec0b5cfebcc61303 3,025 1.00/1.00 vMB 15
618,414 618,414 000000000000000000034c16d86db50ac81f24f6ce90a72c03a05066a0cfc667 2,710 1.00/1.00 vMB 17
618,413 618,413 0000000000000000000686f8b07d684d9950f9b017ae1d9774de18c861ccb095 2,016 1.00/1.00 vMB 15
618,412 618,412 0000000000000000000304fdd9a64b24e97c90687870d9ddc77ab967bd43b9b1 2,163 1.00/1.00 vMB 20
618,411 618,411 000000000000000000091646cc38e7c69ba8370f6e6379b460d8867d904fac71 2,648 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.