Loading Tool

Explorer IconExplorer

Memory Pool

77,500 transactions
28.93 vMB
0.08269927 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt c39de02c9c594c29413e357d38cdaaf73e348df8c8b7f99c6c17c89c76a19677
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ddf5295db7b8f2166b6538e8db9a4cbf83f7ed623531185097e6494bf2932ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,959
Size: 1.00 vMB
Total Fees: 0.02233653 BTC
Feerates: 150.93 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (450,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,800 464,800 000000000000000000149f441ce1ee5b574f704a5f2bf13ae6dcab3e242e5bf1 2,015 1.00/1.00 vMB 143
464,799 464,799 00000000000000000094d2cf1381df2459e4518dd1179b6c2853758078a60a08 2,538 1.00/1.00 vMB 185
464,798 464,798 0000000000000000019a8f214dcc8cd8f77457020414e7e92fc4f5ac1c82bd34 2,089 1.00/1.00 vMB 193
464,797 464,797 000000000000000000e7441ceedce232e8eac8a4c2fdf292c42fb8616e74be11 1,980 1.00/1.00 vMB 175
464,796 464,796 00000000000000000200288ea0ce4368518127ead0042fb0ef8de1420c446eb4 1,685 1.00/1.00 vMB 150
464,795 464,795 00000000000000000131e4da5107b671c3fd6d300dd9a5cd42d46ba1f703785e 2,642 1.00/1.00 vMB 120
464,794 464,794 000000000000000001d22964dfe71f45bda0a4468987c5445d84297eddba5eed 2,263 1.00/1.00 vMB 183
464,793 464,793 000000000000000001de73c635f9b1ab815f7c900bad2acfed007e9e2472e059 2,735 1.00/1.00 vMB 128
464,792 464,792 000000000000000001ec00e7d7e1b62824225de84866f7cd107bc18ec7e9fbff 2,190 1.00/1.00 vMB 175
464,791 464,791 000000000000000001857d2f936feeb7fec6ff919c9dd66175602570d27d55da 2,333 1.00/1.00 vMB 169
464,790 464,790 00000000000000000069a73a223892fafea19580ed8e641ca170f24637294dc2 2,285 1.00/1.00 vMB 132
464,789 464,789 0000000000000000001bd8ac88048e8e8e3f06a0e3d0fe355ab6eaffa48e97d0 1,711 1.00/1.00 vMB 151
464,788 464,788 0000000000000000002a4955fa6413bc1b3dda762d13800fdadd4cad7a058911 2,657 1.00/1.00 vMB 301
464,787 464,787 00000000000000000052d263834255569d2e8249d2d66869fa03639c592a8ef3 1,585 1.00/1.00 vMB 267
464,786 464,786 0000000000000000004e2cbe309f3746ca60cc4753474ce807f573eaca9f73fd 1,691 1.00/1.00 vMB 196
464,785 464,785 000000000000000000564e1b5f597b52418f16a254ea582efc86aea95712e38b 2,182 1.00/1.00 vMB 191
464,784 464,784 000000000000000002133bc3ae13b319ae4458f4269193a72f10e114edcd2b4d 1 0.00/1.00 vMB 0
464,783 464,783 0000000000000000013a1bf1fab48fa7420aa747524c6c95321acce034d4321c 2,597 1.00/1.00 vMB 164
464,782 464,782 00000000000000000129737e7e5725ad6710c382536152558856f35c3f0c3fb0 2,604 1.00/1.00 vMB 237
464,781 464,781 000000000000000000e5eff1a13c0028aafb3e1f313089e1b413a1d666f7dc9e 2,454 1.00/1.00 vMB 208
464,780 464,780 000000000000000000a87bf4fbb86b4a363a37fb3a6776f3b1136f9ee768127e 3,672 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.