Memory Pool Memory Pool Refreshing

5,615 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,679 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (563,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,926 343,926 0000000000000000001a0590e06217704b4630ed2d6856749444a6abd596c955 0.50 MB 816 20
343,925 343,925 00000000000000000b15ba73a552b8d37803ef12aadfe9980e80bbd3a53b9709 0.09 MB 169 29
343,924 343,924 000000000000000016ff74d08e32b70e12288e332d26c975af43b7c3d199b874 1.00 MB 1,214 26
343,923 343,923 000000000000000006d1863a048980444f7dd1bd2e821b2e758cf4ef4c607cb7 0.75 MB 977 19
343,922 343,922 00000000000000000f34cbafd465f1d4e005a56cbb097443dc856c62d10e32aa 0.35 MB 1,148 48
343,921 343,921 00000000000000001092cfb9133a05d795bf5a87a3e50933c3e8abbde10a1c22 0.18 MB 512 40
343,920 343,920 00000000000000001616ab85012e541e445ace48232f916c110c0e9063cebb8c 0.26 MB 437 23
343,919 343,919 0000000000000000156aaf991fd43fe0cbd51a8026f072b9767253c3aef53f2a 0.03 MB 29 25
343,918 343,918 000000000000000009e510c75f6765697785762c164d6e91e4e79d680b79d1a1 0.01 MB 19 17
343,917 343,917 00000000000000000300aaa216b66bf408613f5a15f34b492073a5f83cc4d43b 0.22 MB 280 12
343,916 343,916 0000000000000000164fa934a7e04c142ea4045c3c5ae92bccfc6b14ec47d0b2 0.73 MB 1,024 19
343,915 343,915 0000000000000000186bc8a19b3a9f2572e71349e8cbe9fce00b74aa70ef1803 0.75 MB 1,244 24
343,914 343,914 000000000000000018b071e06106f8f52af85723158c4ec9c5019235236ddb59 1.00 MB 1,458 23
343,913 343,913 00000000000000000b2895306528289307c861e3011abaa926623e2e47ecbe73 0.65 MB 637 14
343,912 343,912 000000000000000007746017b8659eae744d07c7abca93fbca513ffb4a232785 0.13 MB 183 31
343,911 343,911 000000000000000006717bde6b441492537e47185333efe03ae6b69fa36a41cd 0.05 MB 210 53
343,910 343,910 0000000000000000053f5bd7b7cb57ef06200e515d6f0b36592777eea30f9a2f 0.51 MB 801 23
343,909 343,909 00000000000000000f62d83e7bf45cc46413d1905f17f0cb0f6fb7a6f1ddaa98 0.75 MB 1,480 28
343,908 343,908 00000000000000000dd88ca04ac267835c0d8ab65bc11f31a97c2232e9edc383 0.17 MB 311 21
343,907 343,907 00000000000000000f4169fc9eba4ceea3f675ae20bd8dcc9f7c38400f27dcd2 0.20 MB 189 12
343,906 343,906 000000000000000004c73d3be56ae930f48ce633e5a6af7d12b30083bc2fa9e5 0.07 MB 112 9
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.