Memory Pool Memory Pool Refreshing

9,863 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (605,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,946 301,946 00000000000000007935b116467efc75eb46d9b3e6e291ca353ebc77a9d67ef3 0.23 MB 411 32
301,945 301,945 00000000000000004b033207ca405cfc8ddaba67c29f98d4d17a34e1176674b5 0.07 MB 80 12
301,944 301,944 00000000000000003396716dcd2aef3f23445c492bc4a8175769d834e8611776 0.12 MB 226 30
301,943 301,943 00000000000000003e4a7743625d55430b4a6912d57cd792f704ad4e56aad643 0.06 MB 71 19
301,942 301,942 000000000000000015d4743ff4d3c69cc93e4d91585dc776d070e527fdc89bdd 0.20 MB 333 28
301,941 301,941 00000000000000001ce48d6885e1c1a48212eec6c3eee5e79ae12e14f494baa7 0.09 MB 147 29
301,940 301,940 00000000000000002091cfe3a3293547fa93f5b2316b1178156ca1247bb90c40 0.14 MB 219 26
301,939 301,939 00000000000000001bd17767ba86a3d3916a69444c3fde8e8d2a7cdb83c43e0e 0.00 MB 15 32
301,938 301,938 000000000000000050b49c0b1bb84a772467bd7902ad65b1e68164881740cc7a 0.29 MB 621 33
301,937 301,937 0000000000000000403f4b5b2d492b96e3578c490326bf1b39be6047aa94f9b3 0.04 MB 71 23
301,936 301,936 00000000000000004ce29055a2bf1114d995aabaaf4cec2d8d1834c422e6e9b5 0.23 MB 438 31
301,935 301,935 00000000000000002836e3b3defcf3df7d81a3ca4365990b9386b228b8962990 0.22 MB 390 28
301,934 301,934 00000000000000000b8c4d57f35ef77f85035a76d6bd21b1abe58e5ac2c9089a 0.07 MB 61 8
301,933 301,933 000000000000000041858a3f77f6f88b752034084a4da74fe51acb39147ca971 0.34 MB 662 36
301,932 301,932 000000000000000010af68f666df49c16444404fb335dcb3b37c1736e466bcef 0.01 MB 28 33
301,931 301,931 00000000000000000c18cea63313de3420e02368668796b6e0d713e73aa159ec 0.26 MB 530 40
301,930 301,930 000000000000000042481ad6dcd3ceb52f310ed6ed96f9801cb1011a0a782c50 0.20 MB 226 17
301,929 301,929 000000000000000009a80385bd7f6ea06a561c95777597cfd4e72ef639d9434a 0.35 MB 540 30
301,928 301,928 000000000000000069600d11e0d5be529633a9d6a60d65dac1575d6ae3702144 0.63 MB 795 24
301,927 301,927 000000000000000014cfff322e2329347a84c80bb8fb4a621aef6b2389b1844d 0.35 MB 439 36
301,926 301,926 000000000000000055c2199b87b867468cb97ee87b2189d9c52eecae3f0ae463 0.35 MB 1,090 58
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.