Loading Tool

Explorer IconExplorer

Memory Pool

77,308 transactions
28.69 vMB
0.06688481 BTC
Random Selection Loading Transactions
Max Size: 174.03/200 MB

Candidate Block

Mining Attempt 83234a05c24e27a421286202c9d10f4590276fd847ac5565e29adca333ae0566
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root aed3dbc04cb85ed36bf0b4d765a8041c9cc6d665da3f3b3b5080b6c5ad0b09b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,669
Size: 1.00 vMB
Total Fees: 0.00722943 BTC
Feerates: 101.55 > 0.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (528,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,954 386,954 00000000000000000792f25050beb5a365fc41f7d5089eea90a22f2edc6e45f8 625 0.29/1.00 vMB 32
386,953 386,953 00000000000000000788da73c95cdd3b69baf0cfb3ecc714e9bb2cd4a8e71349 1,870 0.92/1.00 vMB 29
386,952 386,952 0000000000000000074e0e5eb746ab59f11545cb465c882af89005c65f527a99 1 0.00/1.00 vMB 0
386,951 386,951 000000000000000003667a8e8e8bbbeb4706e1e399329baa76905dd997a66a10 331 0.23/1.00 vMB 19
386,950 386,950 000000000000000005c530aff6adb3964f88f8d3f9b685e6d316d891518e1911 634 0.23/1.00 vMB 36
386,949 386,949 00000000000000000481f01c14b198959e348ded34ae293b954229e83dd6c18d 883 0.39/1.00 vMB 38
386,948 386,948 000000000000000007814b937fc234562eec8526057587a73f0c72aba15c1e0e 1,270 0.65/1.00 vMB 34
386,947 386,947 000000000000000006d9d0d347ac8096bf0d944a948fbd32100fb0e0910cb452 1,037 0.80/1.00 vMB 20
386,946 386,946 00000000000000000d82b494b099cc7667bb68112d87f4cc0e400bdc56d914a8 525 0.75/1.00 vMB 12
386,945 386,945 000000000000000001417cad50ccf622479f0eaa9b4e2b524088e15b104e3f5c 1 0.00/1.00 vMB 0
386,944 386,944 0000000000000000084d15732c97f6e05c6fa379dc72dc3254d0e755d89d4c4b 111 1.00/1.00 vMB 6
386,943 386,943 00000000000000000e0b4537b7c2806b0b5b16945bffdc43ca25e39b8d794880 1 0.00/1.00 vMB 0
386,942 386,942 000000000000000001f2e712431b3d43a9a37017dfa7413fc1d7b20ac6936219 592 0.26/1.00 vMB 40
386,941 386,941 00000000000000000abb49bc89bb6d94085272747acb8cedf7aee2499b88f32e 686 1.00/1.00 vMB 12
386,940 386,940 00000000000000000de21d0a8d9e02ec1349988e343485a5e4a005c91756eac3 2,238 0.93/1.00 vMB 39
386,939 386,939 00000000000000000e657473975aa00b49fd4e8abca19256799a66d189c1d59c 570 0.20/1.00 vMB 36
386,938 386,938 0000000000000000047ee940af9b1e053fe35b6e363a37d5b41c66f8b89e4881 1,153 0.95/1.00 vMB 22
386,937 386,937 00000000000000000c41b44942c07393ec5517e8c0b9f52bd8f7518eb05268bf 1,022 0.95/1.00 vMB 16
386,936 386,936 0000000000000000046bd1d8e3c4964eede3b49147d4b9fefa47d814140ecdec 1,598 0.75/1.00 vMB 36
386,935 386,935 00000000000000000db1ffa6b2f7b2ef0aae6207af0ba66c0914f4d85ec5ef75 645 0.44/1.00 vMB 27
386,934 386,934 00000000000000000d32c96bf6b4466fe483471091f75d079486355037646d7f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 669.97 GB
    • Received: 15.79 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.