Memory Pool Memory Pool Refreshing

1,360 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,326 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (457,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,898 449,898 0000000000000000019c0f696008ef51ca7f89fd640e8be428130278cdac45ab 1.00 MB 1,612 76
449,897 449,897 00000000000000000253bfd347e03fd1ce6553ce779e3e6778f6cf274eae2bdb 1.00 MB 1,541 80
449,896 449,896 0000000000000000004b3e2224d59c99197541f5c144fd1fe2988d9f1556204d 0.99 MB 2,586 80
449,895 449,895 00000000000000000217b773afbdb51f8180e7ef257f6ef13e9f267292fe3d4c 1.00 MB 2,264 101
449,894 449,894 0000000000000000005c80b8231a2dd7fe74d9cccd74b03ca1e471042f191d1f 0.99 MB 2,199 100
449,893 449,893 00000000000000000249b11153944ff1180156a572183ac3d9bec4a976ed3ccf 1.00 MB 3,720 69
449,892 449,892 000000000000000001ef8fb9a16934ac11f74fe4bd0f41f94a0ec824a829c6a4 1.00 MB 2,482 94
449,891 449,891 000000000000000002698f57ea6fb67ad9b1ad642c2c8bf11ec8504cd375ef5b 1.00 MB 1,854 61
449,890 449,890 0000000000000000016f6acef08dcc91becb69f4e743055823a83bc0049103e1 1.00 MB 2,860 73
449,889 449,889 000000000000000001c3a1309b4bff4fc21bf869bc3df32069ad0c30eae1b695 1.00 MB 1,722 95
449,888 449,888 00000000000000000115d5dae99175ef53d4d7b887a5383888fa66e980ba891c 1.00 MB 1,974 120
449,887 449,887 000000000000000001e936e627538c4020a531a74279dc51a21357c82ff4fa3f 0.99 MB 2,614 85
449,886 449,886 000000000000000001522a10f6161ce181ccd729c1ad38761a7e791ffa0a5dad 1.00 MB 1,560 95
449,885 449,885 000000000000000000e1dc942cf9e30fd6b6f0ec95eb7667582d096c339fad66 1.00 MB 2,406 124
449,884 449,884 000000000000000002698d7b50314dfef08b925745cd03cacee849685497853f 1.00 MB 1,719 81
449,883 449,883 000000000000000002768b6af6987fa99a3e6b123a60bead26703c34fa336061 1.00 MB 1,912 108
449,882 449,882 000000000000000001f2db7e77b36095d98ef190cc7dd7d7097a91602d38e4b9 1.00 MB 1,541 97
449,881 449,881 0000000000000000023573bd723be334025e7d9c133df95e6a40e1be68b839b4 0.00 MB 1 0
449,880 449,880 000000000000000000a4f110c776eceff27d1664e0e81db3d075815dfd681f58 1.00 MB 238 94
449,879 449,879 000000000000000000d9677e11d4ccb6e874fb56c534e2ca453abd929d95c631 1.00 MB 1,552 121
449,878 449,878 000000000000000001f092802dff5061c3fdb1ae44814f06b46c3301679a25eb 1.00 MB 698 102
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.