Memory Pool Memory Pool Refreshing

3,675 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (104,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,966 802,966 000000000000000000041ecdab39f810eac4834a67f35cac47527f6b5d2980d4 1.65 MB 3,119 14
802,965 802,965 00000000000000000004067a330866e3407557124b985c8074acf8b89a3ca9d0 1.77 MB 4,458 9
802,964 802,964 0000000000000000000267b6673c62b4494e11f2d955ddd69811c06fa3d9d76c 1.57 MB 2,931 6
802,963 802,963 00000000000000000002b83142881419b175a3c40f9255b0fd4e507040df99e8 1.91 MB 5,550 7
802,962 802,962 000000000000000000033be23f18a550f383e380ec55e48697833ff106e40c90 1.88 MB 4,983 11
802,961 802,961 0000000000000000000025177b268e492b3cab1d6e84635174d6bf41c5137258 1.92 MB 4,669 8
802,960 802,960 00000000000000000004f1fe47d94a9e2429da474a507a4dff424d1922f9f79f 1.80 MB 4,571 7
802,959 802,959 000000000000000000028edc5710f46ed57528c7209ac890fa37b60632db3f1b 1.86 MB 3,892 7
802,958 802,958 000000000000000000017d6ee1b569f92c0e3a5999fbd1b9c86eeaf53a2c2aee 1.90 MB 4,237 8
802,957 802,957 0000000000000000000079ade70ac35f37370912e257f9eb04aefa37c10d12c0 1.82 MB 3,911 7
802,956 802,956 000000000000000000014decfb6385b47fb60448e8b27c8dc7374c4cc93bdf69 1.63 MB 2,455 8
802,955 802,955 00000000000000000002ffe03ea258fa8196ca79cf2b0cd7ec79ee1f48016bed 1.52 MB 2,791 13
802,954 802,954 00000000000000000002298914bd8bf766bbf41dae13a06a5fa708b51cbab0bb 2.11 MB 6,882 6
802,953 802,953 00000000000000000003e18c520b1ccf864dd656156b803859e115d63290f5cb 1.85 MB 3,471 6
802,952 802,952 0000000000000000000336fb77649c84a33c44b5627041afce36669591ce4bcf 1.41 MB 1,849 10
802,951 802,951 00000000000000000004ded6687e36e1d39122a03b85104c9d68af7d5e3eccf4 1.49 MB 2,884 9
802,950 802,950 000000000000000000035a8b2cbaa4dbebb3b21f12e4842c0523b1a5ccbb4de2 1.65 MB 3,101 16
802,949 802,949 0000000000000000000511370d14a1526aa51eccec1fe95a5c5b116a4ae05c0c 1.73 MB 4,100 10
802,948 802,948 00000000000000000004d6b2954376be5f3b429e0359dfacaabeb5acd7ed8ebf 1.54 MB 2,541 11
802,947 802,947 000000000000000000046414c7e0cf060fa449dd99953f4705b119fe21b11253 1.82 MB 4,085 8
802,946 802,946 000000000000000000051c8fbab524419fc9896c5c4c0464788d7221b0fb28f0 2.16 MB 5,596 7
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.