Loading Tool

Explorer IconExplorer

Memory Pool

43,064 transactions
26.43 vMB
0.06039371 BTC
Random Selection Loading Transactions
Max Size: 138.88/200 MB

Candidate Block

Mining Attempt fbe6cb681caf0666ed0094fe301b0d897abeb33c24d6e1c19db0479145346e1c
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root ad64cdf60b7d32ab2ac789e231dc046b60fab6d1ff08aae99fa658327de9ecad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,555
Size: 1.00 vMB
Total Fees: 0.01163467 BTC
Feerates: 150.92 > 1.17 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (116,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,456 798,456 00000000000000000001ad45b8bd35b9989fe3f900dee8960b66f8e1e6b871c2 3,266 1.00/1.00 vMB 11
798,455 798,455 00000000000000000004335af6568cf0c4ff96fafb8891203139e423c2f1c68e 6,157 1.00/1.00 vMB 6
798,454 798,454 000000000000000000009fb75a78053d11ee2674ca4fe13b9b53d6def9a5ce4d 5,912 1.00/1.00 vMB 5
798,453 798,453 00000000000000000004b66bd945b79ef5bbb858d70f7a53e4f4df99e721d6e5 3,555 1.00/1.00 vMB 8
798,452 798,452 0000000000000000000298675d4644573b4d1b8829f4c169232b6cfca90e402a 2,044 1.00/1.00 vMB 12
798,451 798,451 000000000000000000019978ffc9aab0c6a6d9675ba86da1c25b5922c17db493 2,781 1.00/1.00 vMB 15
798,450 798,450 00000000000000000004479efddef775a2c56b29909611a1b0336691cef2c005 3,124 1.00/1.00 vMB 16
798,449 798,449 00000000000000000002dc2bd6b4b1e988da7e4dece9e8071d4fd4b6811c6d57 2,257 1.00/1.00 vMB 21
798,448 798,448 000000000000000000005ced0a55571cf71b085aa93dc8e3e58780eca413d93f 2,713 1.00/1.00 vMB 14
798,447 798,447 0000000000000000000040165216b5c017bf40a14dce37eaa28b66fe24e68c1a 2,270 1.00/1.00 vMB 11
798,446 798,446 00000000000000000004fdff81e17a899ff836db6981d23eb0ee125c5a0c8227 3,125 1.00/1.00 vMB 13
798,445 798,445 000000000000000000002eb6c055b9a26434225184ae86e98038ad0514d0b983 3,637 1.00/1.00 vMB 16
798,444 798,444 00000000000000000001da064ffd1e235a2bff99d617548d3fb16e53b09497a8 2,920 1.00/1.00 vMB 31
798,443 798,443 00000000000000000003a25674b73b6a86199432cff3ee8a812f276b0bfe112d 2,272 1.00/1.00 vMB 12
798,442 798,442 000000000000000000007daf1fd72b939cc5db14e41aaa511cdc34f24de11cb7 4,497 1.00/1.00 vMB 6
798,441 798,441 00000000000000000002d4330b131f1ebdd8eb7e1cef08b9923c1669628e1e4f 2,856 1.00/1.00 vMB 11
798,440 798,440 00000000000000000003d637d61f3c25106de75bd100123555e8f667f38fa01d 4,967 1.00/1.00 vMB 9
798,439 798,439 00000000000000000001fcc6a3edcc2437c67514c08221a5db4da8eeafe1496f 2,896 1.00/1.00 vMB 14
798,438 798,438 00000000000000000003f3c3b15fccac10be78ddefce568c9bbdd92967ecfe97 1,634 1.00/1.00 vMB 19
798,437 798,437 00000000000000000001ba5a287fa9a972943d5f9684fe4325f5e9bad9c734f0 2,447 1.00/1.00 vMB 6
798,436 798,436 00000000000000000004e1bed05a1399bef4327e6c5efb35d972ea6046226266 3,611 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.