Memory Pool Memory Pool Refreshing

753 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 745 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (633,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,359 274,359 000000000000000132ed77a2a01ebbfcb3a07731d757f7b34ce08d4c096ae48e 0.38 MB 516 47
274,358 274,358 000000000000000319a00acbbaf0071f19eaeddb2e446efdd930f07d6d9c781b 0.25 MB 648 64
274,357 274,357 00000000000000047caf492990f3c85a2fce917c8687ef859756e0d8bb721891 0.17 MB 415 51
274,356 274,356 0000000000000004b521febc87684056892f1e1bc4b6a746351354e6de4ba1b8 0.58 MB 825 40
274,355 274,355 0000000000000000483c5088e9787786d78aad655664b82f63d9caa4f5c69962 0.35 MB 894 52
274,354 274,354 00000000000000003a1c7fb0fec6be6379a95deea3235c4910210161704b16b2 0.03 MB 96 115
274,353 274,353 0000000000000003edebab2b06c05cdeae8e43266bea69ced800bef874e512ad 0.25 MB 586 100
274,352 274,352 0000000000000000000466c0ab58135a577e310efe613e390bb21b72226aa677 0.16 MB 339 51
274,351 274,351 00000000000000045792d748244929562960f9ec56c4938065318bfb3c95f53d 0.07 MB 161 37
274,350 274,350 0000000000000003f9d6026272a25127f2f0ef125022830dce55000443026a2d 0.17 MB 325 34
274,349 274,349 000000000000000299f93872f5e0cefa12fbe5353b72bbfac9558efc1d342f81 0.25 MB 700 88
274,348 274,348 00000000000000017b46a755320d4e852e332fd19cfdcb854ad2e3fae5463d64 0.19 MB 356 36
274,347 274,347 0000000000000001506bdccf91cffa292f7619d84ce27fd57a4d85039a6bb4b7 0.38 MB 566 21
274,346 274,346 0000000000000000a97e2fbe77340b738499cade0fa5858dd169965dca176b27 0.50 MB 1,346 130
274,345 274,345 00000000000000048f739481ef4c706f139acf6818be93ef55237858c2d511af 0.06 MB 143 40
274,344 274,344 0000000000000001e83b1cb97b77259a099e667ebbabeae962fab7530cf3d378 0.02 MB 45 47
274,343 274,343 00000000000000030b3caa641b51579b5841318e706b164ea60fb7f123c8f717 0.04 MB 76 27
274,342 274,342 00000000000000018530039ad95cae688403fc200829e84a7036a0d7b2a59799 0.03 MB 73 39
274,341 274,341 0000000000000000a44b7ef12532bfc910ec4c276e845dafcf5834f7c5d5fae6 0.28 MB 710 68
274,340 274,340 00000000000000014e81ab7f8be6143660b83385f1bf1537ba466a942a63fe7b 0.15 MB 337 55
274,339 274,339 00000000000000005d2b152688897f318cca36011d854c735a3e73427dbe9cf2 0.07 MB 116 31
Previous 10 blocks ↓
Total Size: 769.30 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.69 GB sent, 94.44 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.