Memory Pool Memory Pool Refreshing

2,773 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,835 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (746,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,807 161,807 00000000000007fa8bd7360485e2877e4c33e12696b054818b8c0bb7e9ec0a68 0.02 MB 19 30
161,806 161,806 00000000000007b0cb6e68c79870d6f285d422d03fe20bc208ba271392962b75 0.02 MB 32 49
161,805 161,805 00000000000003e9c537bbe762c30bd79a2f9981f842e7c2ac91364de1fed9b4 0.05 MB 135 7
161,804 161,804 0000000000000d2b601f02fb1f04e9e4f24beeffddc5cbb3305bfbb4092a269b 0.09 MB 80 108
161,803 161,803 000000000000063ddafaf86c70d05575c4e4d6936687d1e0ba109ae120525e67 0.00 MB 6 16
161,802 161,802 00000000000006adcf1756e9856c1cbda635c76219409fa5db58b7cb469e06fa 0.03 MB 71 159
161,801 161,801 0000000000000bb840ed84397f8b3b6c59d753bc785abb76263aa9bad4e1c2b9 0.01 MB 36 427
161,800 161,800 0000000000000626a4ed7d6904773e16505566c6933d48e389054c4e779fac7e 0.01 MB 27 328
161,799 161,799 0000000000000627266a6e4b4bf6424a149a4db882a1cb5019ab498334d145d1 0.00 MB 4 88
161,798 161,798 00000000000005227c94a0f64b465c4a6ddaefc8085a42369978a87eec20d490 0.04 MB 133 8
161,797 161,797 00000000000009701ab8eb53142139eba944d607a6478e471285bce1439c13bf 0.10 MB 93 37,311
161,796 161,796 0000000000000967070c2ef26a2618173559e13deb153ac38a5149993e123e54 0.02 MB 35 20
161,795 161,795 000000000000031ff82596b89661d6026f09d005f328c535813b76a617d2bffa 0.04 MB 61 112
161,794 161,794 0000000000000ca743aed51ff6f2e80b7d5cf72ce53d25f8d34d72884a667c06 0.00 MB 11 29
161,793 161,793 00000000000001c2e0aec3713b28af677e24c4b977308fdc483aac17f103a79b 0.02 MB 39 176
161,792 161,792 00000000000004dfe8935f588a7aa7b829914fad5362a934cc7a710022f793e9 0.02 MB 55 77
161,791 161,791 00000000000003cb38a9fad66b03f5675d854ee816d6788b64efc13f8149e3d7 0.00 MB 11 180
161,790 161,790 000000000000059b37c5c0122275e4ad1d265e57e60049f81728dda6cc042ee2 0.02 MB 23 37
161,789 161,789 00000000000006dfa1774fe1e63113ad13fb7d5085450bcdf7551d794fc90017 0.01 MB 14 203
161,788 161,788 00000000000007519c3219819ff692ff3687a982de9072b292bdbd10404b8f98 0.02 MB 46 167
161,787 161,787 0000000000000797fe73cdb3809eaf6cc96f9d89e33186e628dd8f1214943955 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.23 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: 1,634.76 GB sent, 94.08 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.