Memory Pool Memory Pool Refreshing

3,484 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (225,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
682,710 682,710 000000000000000000041aab87149bdbe81816275bd009328cfa14be2e2d4959 1.27 MB 1,439 28
682,709 682,709 000000000000000000035d8567a45e6f55f286bd2b81f8d0a4f4365f40f04179 1.31 MB 1,251 86
682,708 682,708 0000000000000000000219096b398f9fdaffc964f21c95212616947d4bed17b7 1.29 MB 500 20
682,707 682,707 0000000000000000000349501e040353f7e090a473c1f9a4c7826b4570bacaa8 1.92 MB 892 25
682,706 682,706 0000000000000000000a7342aaf77f2f1ee45176faf886c37fd0c5cc17bcfedd 2.13 MB 422 11
682,705 682,705 00000000000000000006d456c2ab30b0c4fe52f213043448346638acc103167f 1.98 MB 752 24
682,704 682,704 0000000000000000000d6c709e7702f116f2293c7d7f6fb61702b122b9b2a71e 1.94 MB 769 20
682,703 682,703 0000000000000000000211003de9be76fe022719d2b94c5ab2c6a884b7766e0c 1.37 MB 2,161 60
682,702 682,702 0000000000000000000b804b2b2aa8ea618720c9a518ea84b85a894647b407b4 1.99 MB 910 19
682,701 682,701 000000000000000000055a3acea077c49e071f43a0689c7e08da86d4a286f8cc 1.38 MB 2,001 50
682,700 682,700 000000000000000000054f682810222006d1357ab4e08fb28a600e8a43b7d847 2.30 MB 185 6
682,699 682,699 000000000000000000076da59518e1a1d4052ec0d8b74f69a2dcdc3e05ab3bf8 1.56 MB 1,606 48
682,698 682,698 000000000000000000021e0dc55e3aca5550067ca093ce9db20c8257995bbc62 1.69 MB 1,466 17
682,697 682,697 000000000000000000043ae47011a91d48f72589d1c77ed2a5ca62be44027fb2 1.35 MB 2,006 63
682,696 682,696 00000000000000000005340d8cd6a3adb00688fcda0d74904fcdddd1d74a21f4 1.41 MB 2,068 46
682,695 682,695 0000000000000000000cf210847ae341873a60e5c7a1185512a15c0ebc679909 1.19 MB 1,136 75
682,694 682,694 00000000000000000006e8612c501f964a42fdb8029400df0b4c2086c0cab11e 1.08 MB 528 79
682,693 682,693 00000000000000000008c1cf91c75a89ccaf50daf9681ec91b4ab40cb51a300d 1.06 MB 342 10
682,692 682,692 0000000000000000000c47a78bf7d3caa24664b66c08b2dd58d891768b7bbbb2 1.22 MB 1,811 45
682,691 682,691 0000000000000000000047cf9eced12edc4d4d51f87d6ce33bee33ca2d7c0c4a 1.21 MB 684 21
682,690 682,690 000000000000000000084e446f43fefa2de2b7294f718ea5fd674c1b7a8f2a04 1.11 MB 417 13
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.66 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.