Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,237 transactions (1.21 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,931 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,720 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,930 (347,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
564,839 564,839 0000000000000000002cd9ec1b8b1f65ea04fd330fece11ae29827e8e193bf66 1.19 MB 1,985 32
564,838 564,838 0000000000000000002578fbcdee8275e8ff4a14fc872f7c9c5df21958021a26 1.31 MB 3,335 38
564,837 564,837 000000000000000000197823ccb75f793b3076c907ee2202cd39016367b8fad2 1.26 MB 2,632 53
564,836 564,836 0000000000000000000af8b06d928e25e9138e94a33e13ea3f08d7c078405c54 1.13 MB 2,857 13
564,835 564,835 00000000000000000015dcc6cdfddb5dbf380b7d43eb67f9062a7a5b374aeff6 1.37 MB 3,160 47
564,834 564,834 00000000000000000007ae183e640bda87e136c697dd0472f754207e1479331f 1.05 MB 2,464 5
564,833 564,833 0000000000000000002505052cde5e8aa8ec7ff39805caa8531eb66af5ab5c1c 1.18 MB 3,103 19
564,832 564,832 00000000000000000028b4dab1d4a7c38c9fe6572e46d68a762f3139be248afd 1.28 MB 2,969 36
564,831 564,831 000000000000000000151827935364013b899f49c66c11688e3c34abe546ff33 1.19 MB 2,828 20
564,830 564,830 0000000000000000001a5fa8ecb72988d2d356b6445cbf9f9ec73cfdf9bf39cc 1.26 MB 2,541 27
564,829 564,829 0000000000000000000ae0e4dfcee9e76be06ab98d07d02a6bba48826ab4bcd6 1.21 MB 2,740 16
564,828 564,828 0000000000000000001549d1195878f906b80cd8c7924b37509888ffd8c321d4 1.31 MB 3,004 20
564,827 564,827 000000000000000000294bd529671f3d7bf5edb27c1aa8df892c132bb9ea0a95 1.27 MB 2,497 26
564,826 564,826 0000000000000000001a8a8ae41c6eaf67aa5f4a4a34674c8d6ce6fc49d0e679 1.26 MB 2,411 58
564,825 564,825 000000000000000000267f47767a931262341ae78e44045c5eb446a0daf064a5 1.31 MB 2,981 50
564,824 564,824 0000000000000000000ff7f392bc97294718b8a3f63c8a0fe88a46ef80ddf44d 1.18 MB 1,605 40
564,823 564,823 00000000000000000009a40bffa2f280c6b53e48f331ed622ce1ebe17a600c60 1.25 MB 2,960 62
564,822 564,822 000000000000000000152aa53776438438c384b8a371d3a28b5502d0b9477748 1.11 MB 3,148 7
564,821 564,821 000000000000000000248ba927433ada482d7ff3f0d7c605f108c12871783937 1.65 MB 1,298 23
564,820 564,820 00000000000000000011fb695ed80ca3cfc3548c2a19bbc8523131e99b252c3f 1.45 MB 2,163 31
564,819 564,819 00000000000000000007e2a91bd3ba7f924dd7fcc96373825bfe098604533391 1.59 MB 1,962 25
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,492.38 GB sent, 133.25 GB received

Notes

  • This page updates every 5 seconds.
  • 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.