Loading Tool

Explorer IconExplorer

Memory Pool

88,766 transactions
33.17 vMB
0.19679176 BTC
Random Selection Loading Transactions
Max Size: 199.82/200 MB

Candidate Block

Mining Attempt 4bbb1f7b43f3529477c9fc9397c4728b6002f8bcda829672566193166c957736
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root e8070789b8f3e7b74935804dd16eaeef7378f5a1b18546bde3b4e43b385d8038
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,891
Size: 1.00 vMB
Total Fees: 0.08654110 BTC
Feerates: 387.56 > 8.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (382,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,058 532,058 00000000000000000022c9d5b152aefffc766a1a49a57ac0c0e4b0ad534cf394 781 0.29/1.00 vMB 18
532,057 532,057 0000000000000000000e6e93e7389fa2e03313c513d12d56014b2599d2ca9701 1,112 0.65/1.00 vMB 13
532,056 532,056 000000000000000000169811e164aea8fbb38cfca329a09bcbeb426841697bac 2,764 1.00/1.00 vMB 21
532,055 532,055 0000000000000000002a62f8e7ea4ddbffbff7c5313b07a99008cfd3ac28ecb4 2,713 1.00/1.00 vMB 30
532,054 532,054 00000000000000000014fc02c04618c76230b5165798f636313212eec5511b6f 380 0.15/1.00 vMB 28
532,053 532,053 0000000000000000001d2b9e88c41a185318b57a4d101761c663af24bb692814 1,473 0.53/1.00 vMB 19
532,052 532,052 0000000000000000001114c753f6252fa8d1e888c8d7159265e5ed31747b44a7 191 0.07/1.00 vMB 14
532,051 532,051 0000000000000000000291ff0bfb90caea331d9d2d2b733e9f8e6bae61e3df0e 99 0.04/1.00 vMB 16
532,050 532,050 0000000000000000000275c8f57fd60e60eb4cdfb34d54873a2143ad63bed052 302 0.11/1.00 vMB 22
532,049 532,049 0000000000000000000b131762ed9d6b9409000c571d00b019567abe9a8c65f8 1,344 0.62/1.00 vMB 28
532,048 532,048 0000000000000000002c584c85ef62288d487357767d66800001f10e1d06f9a0 470 0.21/1.00 vMB 27
532,047 532,047 000000000000000000149e2b312317abb30d9db351a39d83cf48b76e8e2907b2 2,460 0.86/1.00 vMB 15
532,046 532,046 00000000000000000016a1716a3913b0fcec603cbe7dd8e0fa45afcf62f02080 2,586 1.00/1.00 vMB 33
532,045 532,045 0000000000000000000e7f6849de91cf46a1c676886799f5f5a671ab25b473b9 1,402 0.52/1.00 vMB 24
532,044 532,044 00000000000000000005e0601d2d331d6e69bc37ef55c65afaa1691191085b4a 1,576 0.62/1.00 vMB 27
532,043 532,043 000000000000000000238297d2d5b6c63b6862ea4825b727ce0fb5cf9f0caee4 110 0.05/1.00 vMB 18
532,042 532,042 000000000000000000241e98dd6d6186006ac67fd22fe6e2d0d50dfc1d4c8f51 1,242 0.90/1.00 vMB 5
532,041 532,041 000000000000000000087d5e94eff43dbeed2c088659d5806f80df2ae106faa9 2,203 1.00/1.00 vMB 21
532,040 532,040 0000000000000000000ee2fc7b39d5151cd9f2745ec04467030a4b0074df37f1 1,475 1.00/1.00 vMB 3
532,039 532,039 0000000000000000001f8090836b3ce457703606556ddb710862b3fec5ac85e8 562 1.00/1.00 vMB 5
532,038 532,038 0000000000000000000f96e3493572823e3d19939c02a4a95daede4e5f34126a 2,518 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.31 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: 660.09 GB
    • Received: 14.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.