Memory Pool Memory Pool Refreshing

5,274 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,685 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (241,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
665,938 665,938 00000000000000000001e93224f2bbf26b96fd37f9a71627ad8fbe98f447ff09 1.24 MB 2,752 99
665,937 665,937 00000000000000000006655fd0d5e2474e727e76d841536d8ce18719d82ff11a 1.19 MB 1,598 133
665,936 665,936 00000000000000000003ba5aa9efd4e2e280fe189293960b057daeffcaae48a5 1.20 MB 2,916 102
665,935 665,935 0000000000000000000c0f3a841e0446b8222bb473a2cd052c5222c93ed933d0 1.19 MB 3,257 87
665,934 665,934 0000000000000000000212a553eb026728c9244c214f231cd5b18a516894e39f 1.43 MB 2,668 132
665,933 665,933 00000000000000000006d41acc99a138a72220708d1cd62de0bd4aa683bdbeb5 1.51 MB 2,278 104
665,932 665,932 00000000000000000008cc4d63d64aa4865a43bc65a833d0735b6da348d78f33 1.31 MB 2,900 136
665,931 665,931 00000000000000000001bd7893612b3622bb12b8d6651da6d952775cbf0460d7 1.39 MB 2,738 148
665,930 665,930 0000000000000000000cc30320ecb91a411fe9abeb5e1d8d5944ec0af223df90 1.22 MB 2,573 91
665,929 665,929 000000000000000000096696c7e1a8b5f7128feaa120b2bb31af7b686d9f83b1 1.23 MB 2,100 116
665,928 665,928 0000000000000000000b27465784100a3d34f60b9b42adffcfc21ae4ce70dc76 1.23 MB 1,854 137
665,927 665,927 0000000000000000000a319828f1a4c07b4d624360a55eb2527502e7bcf7d08a 1.20 MB 2,978 73
665,926 665,926 00000000000000000007d6532937fbbd6e858eefe09b9aa5513cd116c80c337a 1.21 MB 2,964 90
665,925 665,925 000000000000000000042bccb13f38fc8d109c3f3ecd0bcd5ed659094aff0892 1.17 MB 3,097 87
665,924 665,924 00000000000000000006c2ad9786eab4b96e407ac0d28606e5f25d2c80b9702a 1.23 MB 2,430 88
665,923 665,923 0000000000000000000c7141411c0860cc97ea0d922d3e56860b2b54542af646 1.36 MB 2,967 138
665,922 665,922 00000000000000000001ded1eb6c3de37f8e592936bd0bb5c61255f1b7bed263 1.24 MB 2,215 104
665,921 665,921 00000000000000000006c8923288d03e07569876fd6760fd1c5e12fd5acc03d5 1.26 MB 2,470 102
665,920 665,920 00000000000000000008c8819a87ff08cf6a1d04d4ccdbc3238227f31f042f98 1.35 MB 2,857 144
665,919 665,919 0000000000000000000cf7c4adb5b692cf30dd2eb985737a2412a34581d47560 1.27 MB 2,127 78
665,918 665,918 0000000000000000000adc35079ba4276989c8858a49be164ffb4d0fa56828f2 1.23 MB 1,089 41
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.