Memory Pool Memory Pool Refreshing

8,736 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (791,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,769 116,769 0000000000001653fd4784f1b47955855202aca7eac09d7306a74673760bb102 0.00 MB 12 0
116,768 116,768 000000000000ae98527086723c5e27388a7bcfb1f029f79c02aa0975711f0946 0.00 MB 8 291
116,767 116,767 00000000000086c508c7195839896948c823d902f569844921e3e8264a7091cd 0.00 MB 14 1,205
116,766 116,766 00000000000015ee0b4eaeeb0a578cbe5f5e7fd231aa6f900915447c04d1d955 0.00 MB 9 353
116,765 116,765 0000000000002b7d7a49e2e09dd2224e80db66b2d1f68a70a48b3b01f5e63e2a 0.00 MB 10 313
116,764 116,764 000000000000085198a54515e9889eaadce7c9300b6795515adc41adc8f39d5c 0.00 MB 17 1,647
116,763 116,763 000000000000e93ed6ea3ce268f2c2d6906429bfc138fc4ee4dc5e3ef4ef4a10 0.00 MB 10 334
116,762 116,762 0000000000003d027f305d19e016d5a4d84e4b4ec0b4d531b4d6eeab2d52ca2a 0.02 MB 41 799
116,761 116,761 000000000000335d194cb8aa2922b9d042db6f890e824af4a5d7e2812632c6ee 0.01 MB 19 0
116,760 116,760 0000000000002a7884f540dfa10f205fcfa88b5e876a0abb60f34ff13e71a026 0.00 MB 11 0
116,759 116,759 00000000000098f3b13507d2458de9b870b273707d5b5208d4ad683fa40a4d2e 0.01 MB 23 580
116,758 116,758 000000000000e83f53d7d4645fc65105850e193b345cc8d77f20d8c48d3b69f1 0.00 MB 12 0
116,757 116,757 000000000000cb1447a0c10492dbf67ac901a54097a316dc3463f175c1ecc2e4 0.00 MB 14 988
116,756 116,756 000000000000053a26396edbbb48f5860ec4c02937e13798db7a7894ec760578 0.00 MB 12 0
116,755 116,755 0000000000003517232d909bae4656df73834ce897fea10a0af08acafc4343f6 0.00 MB 10 0
116,754 116,754 000000000000ac0b4a64014864b104ba1bad18e21b6d86c7513e49a6cdb1ad9b 0.00 MB 12 0
116,753 116,753 000000000000794e87bf235563fe7c0742f65d1ddfeac17752706289a14b53e4 0.00 MB 12 934
116,752 116,752 0000000000008c02d753fa9a4fb55819b391516b2c12d5479f72d74c1083a77e 0.00 MB 12 0
116,751 116,751 000000000000802929ec084c8aa9ca708a8234d6b0f8ecf27b6d7a94d74c9039 0.00 MB 14 865
116,750 116,750 000000000000f1839bf31eca88c5a93d3e7054b0734e76380b57bb4151905537 0.00 MB 1 0
116,749 116,749 0000000000002e5fbcd15d714340264cfd36ea7cadb8d9f0e2b9d88e9f99bb62 0.00 MB 12 1,305
Previous 10 blocks ↓
Total Size: 769.45 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,646.02 GB sent, 95.22 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.