Memory Pool Memory Pool Refreshing

654 transactions
0.27 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 648 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (210,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
697,016 697,016 000000000000000000057906384fd7f2ae6d280567f0b0587f2fd11de6c55e53 1.44 MB 956 4
697,015 697,015 0000000000000000000915d21582d6e088e1ad0b9d7facf11c8c2ece6e0c7cdb 1.25 MB 1,698 7
697,014 697,014 0000000000000000000032c9f8cf1f4a6cb13901ebe18c8780cacf881d9f3421 0.68 MB 198 3
697,013 697,013 000000000000000000014b0c9122f9b5dd6ddcb07e77cb7fdd3fe5115848d51e 1.36 MB 1,342 6
697,012 697,012 0000000000000000000d678ac0a1ef3cf14b79f2b5a315d63b39c1b5d5625462 1.13 MB 587 3
697,011 697,011 000000000000000000082facfcaf903f04d09ee23d1c31815d46484f33a8eb74 0.74 MB 1,094 6
697,010 697,010 0000000000000000000f423d6986653ba95d46aeeb3e82fedfa056f5ba19a741 1.01 MB 765 3
697,009 697,009 000000000000000000065471ce93495ac89247232d14d8438638600523e8ca3f 1.11 MB 1,359 5
697,008 697,008 00000000000000000006ab0250582a1b017b97c99c17ae57ddf1f47c7eab9edc 1.26 MB 1,796 6
697,007 697,007 0000000000000000000719805ab50710a92d959a8dab562d9ba0f519d4ddfaaa 0.57 MB 861 9
697,006 697,006 0000000000000000000eb8103cf066511f92506a5533309d9c183b75055ac00e 0.01 MB 20 4
697,005 697,005 0000000000000000000ad38784f1a7eb8ad0e45639ca280b362d1acd88941896 0.25 MB 353 6
697,004 697,004 0000000000000000000351b68d873e6adba887e5452c06f878a4e7198699e818 0.17 MB 224 6
697,003 697,003 00000000000000000007caae87cc7b1f90334793c566bcb6b8d755d15a3fec09 1.16 MB 1,627 7
697,002 697,002 000000000000000000058bf7379bbdde0134f3dae760229f1e833f5c2dd12934 1.30 MB 1,726 5
697,001 697,001 00000000000000000011042cfa762aee9fdda6cf9eded62375626751f82785ab 1.09 MB 706 3
697,000 697,000 000000000000000000086949fda2dd0e0d66145da6ee87b0efec3abcfc65387a 1.06 MB 625 2
696,999 696,999 0000000000000000000178f4b03077dbdcd1a2a3690741df3b0f23c777b2ebe6 1.30 MB 1,673 8
696,998 696,998 0000000000000000000bb52e3035259ca07bf039fbcd7bcd0315f18f47c3ab3a 1.33 MB 2,047 3
696,997 696,997 0000000000000000000681e687e622136e163109b4bc76639627d0f1ff3f71b6 1.50 MB 2,751 26
696,996 696,996 0000000000000000000d3a5c1c0fc38a8f52946538a86483d22d4a5a9845556c 0.11 MB 190 6
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.