Loading Tool

Explorer IconExplorer

Memory Pool

82,880 transactions
31.25 vMB
0.09814657 BTC
Random Selection Loading Transactions
Max Size: 191.19/200 MB

Candidate Block

Mining Attempt 1a7b6c21317601c632f4c8a3baeb8e2862d1b110522b7c6e93c5bcc73a5292a2
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root ceef3e4511d9dbb9497313e3bf2de10302bbb43badbe2a9dcbbba238a47b3e6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,981
Size: 1.00 vMB
Total Fees: 0.02742143 BTC
Feerates: 301.05 > 2.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (813,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,823 101,823 000000000003feeae1990a7519ab99a6417408764d5ccb15f8edae197083d86e 2 0.00/1.00 vMB 0
101,822 101,822 000000000000f385ae0140a266349668bf478b9993fd13baf76c61333306af52 8 0.00/1.00 vMB 0
101,821 101,821 0000000000002e8862cbc65d248b9b7a3fc51f89fab1ed998638e98aad0c24f8 12 0.00/1.00 vMB 0
101,820 101,820 000000000000808b243cbdef606add3a8f6b8a55b45bf06438bcbaa4e0db7f10 7 0.00/1.00 vMB 0
101,819 101,819 00000000000203917517e4bde566d4154677e8e27c861ab5a4c2fd3219782010 16 0.00/1.00 vMB 0
101,818 101,818 0000000000021e35533cbac3373873bb26429c8cb05cb31f32c9f7c133adf04e 3 0.00/1.00 vMB 0
101,817 101,817 000000000001cf7f9957097596277c227151c9d30fd134c7f1bb4c642ee6a612 6 0.00/1.00 vMB 0
101,816 101,816 000000000001c27d5688fb7925f30b416711b2b1b448c0f7728655d0229c6d03 3 0.00/1.00 vMB 0
101,815 101,815 0000000000034245968820761e3c91c95bd37800dfc787bfd1a659d7b1f23e5b 6 0.00/1.00 vMB 0
101,814 101,814 00000000000267bf88b051d5d5cfe5aae15e44de4a0fb967fd32655b6f978362 15 0.00/1.00 vMB 0
101,813 101,813 000000000001524c3c2c68c63cd8e64c7024ce08b3e13bf6f4c41e4fb06719c3 4 0.00/1.00 vMB 0
101,812 101,812 00000000000312855ec97fd053ad295ac5ee120d00b2ca7f2234b593643f3632 7 0.00/1.00 vMB 0
101,811 101,811 0000000000020852f30e5d21a5ed20d1f6900552b4d402c184b29322df10565f 10 0.00/1.00 vMB 0
101,810 101,810 000000000002a9c165ddeadad02f3fa726efc01255a80cf15a25f6b4fd18b10f 89 0.02/1.00 vMB 0
101,809 101,809 0000000000039f79b313999046076379d62aaf28b808e302ff9ea709659ca046 13 0.00/1.00 vMB 0
101,808 101,808 000000000001a499c4562ba2a327eff5864c549f9259f77f357a98f8c00fcd5a 13 0.00/1.00 vMB 0
101,807 101,807 000000000002629f78bcf06221301c97bcc08937b256837b9022e9e1490d5741 13 0.00/1.00 vMB 0
101,806 101,806 000000000002b9c31eac8893ac0c946288e187c7c2a915ff2efbc804d5af8f52 18 0.00/1.00 vMB 0
101,805 101,805 000000000003bb6bba8a218a38801b8d25d5a0a5d7b1232a507c99c3101d3081 4 0.00/1.00 vMB 1,356
101,804 101,804 0000000000001efb6484eb61320738b37132dc81c9215ec1c93b0aab2613a1a5 2 0.00/1.00 vMB 0
101,803 101,803 000000000003ddd04784e4a888f62347e49391fdc681bd69d588f5f4fe456758 4 0.00/1.00 vMB 609
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.