Loading Tool

Explorer IconExplorer

Memory Pool

41,762 transactions
28.39 vMB
0.06816400 BTC
Random Selection Loading Transactions
Max Size: 145.41/200 MB

Candidate Block

Mining Attempt 07d951602f2815444024ef5efb7f15d6241962fa65ce5ea63cd5c5d0f4ceef7f
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root ae7137b69b2ba1630a94bab92eadb293edad4e0e0823e2b05887854d2c49d08e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.01320804 BTC
Feerates: 201.07 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (210,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,839 703,839 00000000000000000007930e02b87191f99e060d7df800abc2d5bb838526cd03 2,811 1.00/1.00 vMB 31
703,838 703,838 0000000000000000000786881086713d006598e82b8b4588a3eb5a09e63f447a 1,447 1.00/1.00 vMB 12
703,837 703,837 0000000000000000000bd18bb0266f9df2b59af15766353e3c68d688e5d6b506 2,807 1.00/1.00 vMB 17
703,836 703,836 000000000000000000098c3375268f9d30d079e5dd9e3dc32e2c36674701937d 1,513 1.00/1.00 vMB 8
703,835 703,835 00000000000000000002a1e5b52519dca0caf836394955a52d41d395e8f9fa1e 2,208 1.00/1.00 vMB 18
703,834 703,834 0000000000000000000dbc9fdfeb86e358ec72dfd388e5d492fe588f33110fbf 2,734 1.00/1.00 vMB 9
703,833 703,833 000000000000000000033ef424082e826d5b766305b887fe80a17ddbf35d6125 3,308 1.00/1.00 vMB 13
703,832 703,832 000000000000000000089cae921bb2c9fba8517181aa7f4dc43e40907f5e2eda 1,673 1.00/1.00 vMB 26
703,831 703,831 000000000000000000051d9f28b4bb61c7293064d9c0af730d19cf453a9eca0a 2,994 1.00/1.00 vMB 19
703,830 703,830 00000000000000000000a3b77f34ce7a56cda05204b7968915b14ec5f81a9699 3,449 1.00/1.00 vMB 23
703,829 703,829 0000000000000000000167c9af98014d54b4371b79e01a4b91582f4b2161e63c 1,705 0.99/1.00 vMB 9
703,828 703,828 00000000000000000008e34091c64f6d34c1aea98631cb2a57e305b0ef826946 1,928 0.81/1.00 vMB 13
703,827 703,827 0000000000000000000a537338bceb4716935881eaf24ac5b17e3b9d32b9803c 1,007 0.42/1.00 vMB 9
703,826 703,826 0000000000000000000938c3611c5d7abbc68145e992585664597f621e864ee0 1,715 0.50/1.00 vMB 9
703,825 703,825 000000000000000000024f217fc4bb36eb129755595f0efa1fd8405379f8c89c 3,077 1.00/1.00 vMB 13
703,824 703,824 0000000000000000000b72f6ddd5ace32a9760779934e06014723d7ae0fc2dfe 1,577 0.46/1.00 vMB 11
703,823 703,823 0000000000000000000cb1b5cc8f59b9704e6814245bde49c683f3e320f9a860 2,226 0.73/1.00 vMB 11
703,822 703,822 000000000000000000088a8d78acf376a559adf478e9e2944bb27bf65c9c948c 1,887 0.69/1.00 vMB 12
703,821 703,821 000000000000000000088fc7514a02f038b0167bd6e062936d62d065dfb9c4cd 372 0.14/1.00 vMB 11
703,820 703,820 000000000000000000091436ea8ee413ca02fa0a51c98624e78ae3210ce96e2d 23 0.01/1.00 vMB 5
703,819 703,819 0000000000000000000377f569c4fa7b50bfd96f3a84eabbaab3aafbdd32bf0b 1,421 0.46/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.