Memory Pool Memory Pool Refreshing

9,704 transactions
2.99 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,391 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (771,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,915 135,915 0000000000000140c5ff477553d831d95354a5c7e970359e3dd8d0d4f26b785b 0.05 MB 146 460
135,914 135,914 0000000000000939ff712bd87ab9c0a631873e7d3c864fe12320d405675c57e9 0.02 MB 30 230
135,913 135,913 00000000000001ba9697e8d8296e4287b67a52e7651217e7ac06097968288746 0.03 MB 76 390
135,912 135,912 00000000000007aee8e6f3aeb72d18d25b1eb30ddc4420f82146abb77ee70544 0.02 MB 49 636
135,911 135,911 00000000000001865c85820565d469c5a4b799dee644544537ff8b74b8f27cfc 0.07 MB 150 340
135,910 135,910 000000000000012e40261541d240a6a9facc56c279d16d0423bd181479b8ae1f 0.01 MB 23 255
135,909 135,909 000000000000024f37335c2133e4be738bac579e1e7c42db9b3fb30da9aaa0f0 0.00 MB 13 0
135,908 135,908 0000000000000237f18240482b4cb0cb620b3cd4bbcfa45d052c7a11f943e073 0.03 MB 52 183
135,907 135,907 00000000000005f7038425b8d071a4cc27b6bb4891a942ff1feec4b57a92a800 0.01 MB 32 343
135,906 135,906 00000000000005539b2ff54c3f87e8e84e9ddbccd756cdac9f83ffd53ea0399f 0.02 MB 49 192
135,905 135,905 0000000000000608478b0d297aab31f5548bcfc17282c69b25228be5af2ce48d 0.05 MB 129 174
135,904 135,904 0000000000000731563e13b3a823c9f7d289d47de6de3e399c05990a8611c862 0.00 MB 4 30
135,903 135,903 000000000000026152824c8fb6f046e397eb70f244b793929fb6b58f5b240d64 0.00 MB 9 75
135,902 135,902 000000000000000c8db8a4fcad1dbd7cc69c96c7b85f6ad06800a906b06f824a 0.01 MB 13 206
135,901 135,901 000000000000008bde22d58c68640a28c4e521823f3d7c931f1b221f2360a2b8 0.00 MB 7 637
135,900 135,900 00000000000003dc00bc3d775c54a668a43bfbd5d65d70c766846bd424c9631c 0.00 MB 14 451
135,899 135,899 000000000000079143f7bc55bd38afe75b7aa1a3f88226988237d6caf5956d9a 0.00 MB 2 113
135,898 135,898 00000000000003ef981faf15d93250a4fa4a514800533592cf622ac239025527 0.02 MB 47 531
135,897 135,897 00000000000002f3fc6f7e28a9fd3e6bfc94baff772a8c2615a45a2b66e5e460 0.02 MB 43 706
135,896 135,896 0000000000000aaa9be1c37f043bc034988172cfa2d0a6fd9628d36ca72d1c0b 0.02 MB 82 0
135,895 135,895 00000000000002007e5ae93dec6daa095929fb790971aace81cafecefaa80d99 0.04 MB 110 321
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 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.