Loading Tool

Explorer IconExplorer

Memory Pool

78,787 transactions
30.24 vMB
0.06938234 BTC
Random Selection Loading Transactions
Max Size: 183.71/200 MB

Candidate Block

Mining Attempt ae0561da8ab1d06f2935afdf0a9e1ef44459d6e3b41826b8a78c4acfa68b6c65
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 9d3ec833b9b651944514ca301d8f150b285ba412954c540c05bc6393b2cc98ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,166
Size: 1.00 vMB
Total Fees: 0.00506134 BTC
Feerates: 49.17 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (89,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,169 826,169 000000000000000000004c5cd64402e27f46eac16a19d67839f8cf1ea3d1885d 3,714 1.00/1.00 vMB 69
826,168 826,168 00000000000000000001013eeb0b0a844f1d6873d1a86132a201ace615ac8868 4,248 1.00/1.00 vMB 60
826,167 826,167 00000000000000000001629cf0c229720454938826e73df6b74e60b78a99acf4 4,822 1.00/1.00 vMB 56
826,166 826,166 000000000000000000012f7ab9ca01bb3f67559f581577f7907966954382ce2e 3,487 1.00/1.00 vMB 43
826,165 826,165 000000000000000000031e40845c01e87c8f01eadb2ffc756650617463c2f39c 3,508 1.00/1.00 vMB 52
826,164 826,164 00000000000000000000fa3cd5e49c28d6b444088af53d083278a1df5ce35bb3 2,816 1.00/1.00 vMB 49
826,163 826,163 00000000000000000002112cae5dff708740fac1a4aa34319afb68672862047e 3,670 1.00/1.00 vMB 51
826,162 826,162 000000000000000000010639982449f0a5d1dd657bc3efd6b81940015b494aee 4,027 1.00/1.00 vMB 64
826,161 826,161 00000000000000000002469e43e67ed9f793cceced1bd0ee4d6da886b3cc52a9 3,617 1.00/1.00 vMB 62
826,160 826,160 00000000000000000002d2e4c6a682a7d0e3d208f2329b0cca5818ab312fdee0 3,537 1.00/1.00 vMB 73
826,159 826,159 000000000000000000023e29c87b656b33762cc5fa8c99475574a411a26b46a0 4,548 1.00/1.00 vMB 84
826,158 826,158 00000000000000000002f7b10a29f78f34966bfb43b2c6b9347c42846efeb1e6 3,820 1.00/1.00 vMB 67
826,157 826,157 000000000000000000036be22882e49ca49510bee0809efdfb291a146b329c73 4,546 1.00/1.00 vMB 98
826,156 826,156 0000000000000000000013856b38f0d02c5aa23541a8399fdccf9b4127c59c60 4,576 1.00/1.00 vMB 95
826,155 826,155 0000000000000000000272d8e4564ddcaacf6d95b283e9773a72c51070c0c2ed 4,126 1.00/1.00 vMB 116
826,154 826,154 000000000000000000022407966fde3eacb008e6de3c33256ee4fff9a44d25e0 4,277 1.00/1.00 vMB 68
826,153 826,153 0000000000000000000353dc8b6d2a7e0424493e13bf42034627a47f854e17d0 5,133 1.00/1.00 vMB 71
826,152 826,152 000000000000000000030b3c42e6455c58f05817f7ed383d6f89e4f10e4d6bf4 3,775 1.00/1.00 vMB 138
826,151 826,151 00000000000000000001db4bc9f2516495b01989795398288c14057530356cb2 4,362 1.00/1.00 vMB 104
826,150 826,150 000000000000000000009b8066959600b1f7cd308046d2e8ffbfe4ab93564c0b 3,566 1.00/1.00 vMB 70
826,149 826,149 00000000000000000002e8ac65111630459a3b2d8d6a501a12e3fdbe054c6650 4,426 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.72 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: 701.57 GB
    • Received: 16.62 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.