Loading Tool

Explorer IconExplorer

Memory Pool

73,603 transactions
27.31 vMB
0.06359086 BTC
Random Selection Loading Transactions
Max Size: 166.72/200 MB

Candidate Block

Mining Attempt 2d2d2e7924051b50f9964fb16a27a2fe1ea426699873fa6bcf41f55289b3a697
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 70d4a10d56ea5d29684c205f2c177ccbe3d2ea1670afb720e74f06ffebe67681
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,246
Size: 1.00 vMB
Total Fees: 0.00556367 BTC
Feerates: 73.20 > 0.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (450,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,935 464,935 000000000000000000a34e49967882ff0d1c8f8eef0abbfd5f3f90ae63962a15 1,033 1.00/1.00 vMB 156
464,934 464,934 0000000000000000011e831a7642c19fefbaf83b35f839423f62c596b986a31d 3,086 1.00/1.00 vMB 127
464,933 464,933 000000000000000000488efe0b1f400eee0114024d08634f75653385f0f09bfb 926 1.00/1.00 vMB 155
464,932 464,932 0000000000000000009fdd3a6aa6957117cd053de9e5e6c060bba48c7f4474bf 1,641 1.00/1.00 vMB 178
464,931 464,931 00000000000000000155fc4cdcac1ca2f582ee1cf978948917d37dd319a7e132 2,133 1.00/1.00 vMB 171
464,930 464,930 000000000000000000f121471e1f35d5ca678d0a6dd8f4eb61e0a38cfc09a90b 2,163 1.00/1.00 vMB 209
464,929 464,929 000000000000000001015b489b561ba135b2c3896d07bdb2fd5adde8b032ab8d 2,178 1.00/1.00 vMB 195
464,928 464,928 000000000000000001c9c9fb25b87f8d5dcde50d5cd2221cc02c10f31d3f40b8 2,911 1.00/1.00 vMB 119
464,927 464,927 000000000000000000022b5407d2bd027246bca55edef979fd8b76bc4f65f325 2,346 1.00/1.00 vMB 127
464,926 464,926 0000000000000000014c1bf18db2a285d910901eeaa05af636da7abe0daf7df0 2,500 1.00/1.00 vMB 188
464,925 464,925 0000000000000000006cbafc93cf7e65f4b894294eaeb19de42bff49d2e1d273 1,734 1.00/1.00 vMB 149
464,924 464,924 00000000000000000136a541b8ef75b7788db650b05413b9b2dcd08d0059fc42 2,403 1.00/1.00 vMB 241
464,923 464,923 0000000000000000017fb2823bcd25f9df84785a6fe89134158a21b42f31289d 1,427 1.00/1.00 vMB 144
464,922 464,922 000000000000000001e21d4a856a73b0078d30d99aa9923dd79b983e31c81af3 1,259 1.00/1.00 vMB 105
464,921 464,921 0000000000000000002f17917c355881bea072e973a752e60ae1650de93dc040 2,504 1.00/1.00 vMB 248
464,920 464,920 000000000000000000d28aa8b3206569c7a0a36be0ac385117306798c1328760 2,738 1.00/1.00 vMB 263
464,919 464,919 0000000000000000002273ddc83618cc7f3fe98d24fa8ca65289d07f1d1d91c4 2,131 1.00/1.00 vMB 170
464,918 464,918 000000000000000001830edf6e97c1ed868e4af756cd6d456b623ae8980b70ce 1,609 1.00/1.00 vMB 161
464,917 464,917 000000000000000000e05178e770e53cdfe05c534bf9cba5507327caa4c7f1cc 2,962 1.00/1.00 vMB 300
464,916 464,916 000000000000000000e007e8ebe6618d100b50b797067a1eb2b6bad53ee6b388 1,836 1.00/1.00 vMB 184
464,915 464,915 0000000000000000005da2050cdd6f73a8b275529e18e2481aedabd4f1894c6f 2,263 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.