Memory Pool Memory Pool Refreshing

7,936 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (612,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,951 294,951 00000000000000001524ef83874acccf259dc90da703ff5f3efe3867455313d3 0.33 MB 509 31
294,950 294,950 00000000000000003997f356e92b86446b9008049ab1dc047c9886b274242716 0.03 MB 81 32
294,949 294,949 0000000000000000266932f01d872b0dfb62745d8943adb20fc626124a89e05b 0.14 MB 301 52
294,948 294,948 00000000000000000a37ffcbea00245c6b7848a13404e75a40f5332c815221bf 0.06 MB 150 28
294,947 294,947 0000000000000000a1b261807dbcd983728bd30c2c11d75de173f6b975daab39 0.32 MB 638 37
294,946 294,946 000000000000000070505ad494dbf6623d788052c334cdddf5517915bc473124 0.03 MB 64 47
294,945 294,945 00000000000000006ef1b69f2541a1f72dd5f2919ac7c5dc0b81201afe96d702 0.23 MB 505 37
294,944 294,944 000000000000000048871e7d402f1f46077da2d71a2c694852128fc516349ad5 0.12 MB 246 45
294,943 294,943 0000000000000000818a77071cdb90e08c20c25f7255213e6bd8917ba33a654e 0.21 MB 250 24
294,942 294,942 00000000000000007a227dd31ba413957cb45e6b62775012d5477c25ea69d22b 0.35 MB 771 38
294,941 294,941 000000000000000075e1d5a27757e344b837d36100bbc2ef2a91eefd8b741a47 0.28 MB 517 66
294,940 294,940 0000000000000000938b548823dbf5e45682b255069adae561428372ddeca93b 0.12 MB 256 57
294,939 294,939 0000000000000000a7242fa6f02399a44d1a67a16a90934237a520be3e238622 0.23 MB 114 14
294,938 294,938 00000000000000004a59f7d375c41ab31807af18b5a20e3727e5c16ec41bd19a 0.35 MB 885 46
294,937 294,937 00000000000000002d1d6e3ad36e02ecd78c7647252ad1863a494a84c2910917 0.08 MB 137 7
294,936 294,936 0000000000000000942d650bb37ebde2083051bb99770e1d8e3f6d6a423260a5 0.30 MB 395 31
294,935 294,935 000000000000000070d867f7b4644e7304d44fe53402d87202b8a623a987ad68 0.20 MB 512 44
294,934 294,934 000000000000000055b38c9901176dc151bc69164d8024f25b8066395950311e 0.26 MB 284 30
294,933 294,933 0000000000000000ae5163e6bdf225301dfbc52a4239a6fa1bb2bc2274a90548 0.15 MB 264 30
294,932 294,932 0000000000000000350fac7c93ffca3eedd362ba6153be4fc4aeeac32fd0f5fb 0.31 MB 335 18
294,931 294,931 00000000000000007831b0a499526664e2a10074e84ae232c27b76d3d0cd469a 0.25 MB 779 55
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.