Loading Tool

Explorer IconExplorer

Memory Pool

44,325 transactions
26.70 vMB
0.06797993 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt 7b17d2514164423d674d2edf35397b4f30c9c2e94161b3ac4edf4035ee699cad
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 13b2790c7e3a2185ae20384625aa1aa7e3c5b0ac74823f9f7b8b19457f199bb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01875277 BTC
Feerates: 150.68 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (450,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,953 463,953 000000000000000001750b31d13ecd73fabed17e8fb21c7800ba4cbfb10b44c8 3,449 1.00/1.00 vMB 141
463,952 463,952 00000000000000000173b56fb51ac6164550e389a55b535e0ea420fe4f1ce158 2,403 1.00/1.00 vMB 177
463,951 463,951 0000000000000000014e6e2967868bd27302575d903ea2d477b27a47edefb89e 2,444 1.00/1.00 vMB 137
463,950 463,950 000000000000000001673d36db8a9b662717f58e09146a3754d6933d65f36991 2,103 1.00/1.00 vMB 126
463,949 463,949 000000000000000000e458b36f442ebbe70593343c49e5fd9c6645a0e7416887 2,546 1.00/1.00 vMB 215
463,948 463,948 000000000000000000c2345e4f34cb3f60dc1805e92061b135c683cd35a10261 2,128 1.00/1.00 vMB 178
463,947 463,947 000000000000000001d0749119a0b9c0768604aaba4ed2275aedd4ab37e7ff3c 2,199 1.00/1.00 vMB 170
463,946 463,946 000000000000000000eae0b47ac1180a7a3cdfac5e62df40091ce17b5384bc89 1,568 1.00/1.00 vMB 196
463,945 463,945 0000000000000000012dc202b6981bf3c3026abbcd284be2e8ba8148e76c1ff9 1,541 1.00/1.00 vMB 89
463,944 463,944 000000000000000001148ae3ac8aec9c67d18f0e12087515d6ce1177c1a5ac07 2,586 1.00/1.00 vMB 153
463,943 463,943 000000000000000001b682df083980afff25a0bad1a7032c9cfa16547ee45df6 2,601 1.00/1.00 vMB 154
463,942 463,942 000000000000000001da147d373591afaf35dd074581de7cf6db504f831c6185 1,801 1.00/1.00 vMB 148
463,941 463,941 0000000000000000020b897b54484659527057e74d116299de0ab5e7ea105038 1,521 1.00/1.00 vMB 121
463,940 463,940 000000000000000000ff0a49e484fe3333c911e4bc0885fa58c7d2c90f049403 994 1.00/1.00 vMB 130
463,939 463,939 000000000000000000bc170bb942e6e9ccac328b978734d5bb3c6ac09a6ad7f4 2,127 1.00/1.00 vMB 154
463,938 463,938 000000000000000001f6fee9c9246d0485dd390569b81349e5a5d7725462abe6 2,900 1.00/1.00 vMB 209
463,937 463,937 000000000000000000f8092ab6c667775826303745ae1b38e8855407d5a04261 1,522 1.00/1.00 vMB 122
463,936 463,936 000000000000000001c52e42dce37535b4b76eaa721806f53e1bffd7035dbd33 2,791 1.00/1.00 vMB 171
463,935 463,935 0000000000000000010c502ebcf622ae1401d386a232a4f01dbf51d555343eed 3,059 1.00/1.00 vMB 158
463,934 463,934 000000000000000001bd95ded31ce42d559b69a9b880df261ed8dbebc7f8d4a8 3,339 1.00/1.00 vMB 140
463,933 463,933 0000000000000000011abc6b68ff9e15cc1fabb077eea7f30147477e1efa2af4 1,978 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.95 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.