Memory Pool Memory Pool Refreshing

8,620 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,119 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (517,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
390,072 390,072 0000000000000000070338db39506ba7f60900766a1e172c18c5cf03ad5c6585 1.00 MB 2,314 36
390,071 390,071 000000000000000007ade1ccd4fa118aa86247281dae86eb954cbf994b4324f9 0.25 MB 657 34
390,070 390,070 0000000000000000064acbf2211cf650a2dc9e0b845b16108b8b72a69e1ca4fa 0.45 MB 1,193 38
390,069 390,069 0000000000000000078aea374d9d3e90d8b370b13c8b8479364be7369a698827 1.00 MB 1,937 33
390,068 390,068 00000000000000000146d86d32d31b6e038869838396bc0c19e65850956594ac 0.93 MB 2,247 38
390,067 390,067 000000000000000008841008fc292c6e4be45c33a34ceb1811d5336476e784f3 0.44 MB 922 30
390,066 390,066 00000000000000000595abf651d93745deb2c799dbe1ef620e1e576b346a9d0c 0.25 MB 330 20
390,065 390,065 0000000000000000031352856007c321a8d4abb1185311bfe4664453429f8209 0.39 MB 959 36
390,064 390,064 000000000000000009aa272e83858c4164c82318a42789fe2d9dc91c5d3ba914 0.26 MB 275 11
390,063 390,063 000000000000000002542190848c865a76df2a97601831f0ab93b563234807c3 0.63 MB 1,698 37
390,062 390,062 000000000000000007bd745f65e5ad64e6ad8c8f6f3d1e64c9510c445b5ea09d 0.60 MB 1,565 38
390,061 390,061 00000000000000000664cdaf386181450b51f0e497a2b8d19b0bba4514a0a095 0.10 MB 162 17
390,060 390,060 000000000000000008bcced5a45f22279a6078c873b2ba4fdb2bca4065500754 0.15 MB 251 24
390,059 390,059 000000000000000000fd4d8a0dd94365e18d59888b0126b9719cdb2acd570afb 0.45 MB 1,118 37
390,058 390,058 0000000000000000088383d7cb51ac337c36db60e04019ae7837333df7bb5311 0.25 MB 482 24
390,057 390,057 000000000000000008f0796f77472fd0670eaadfd3410587fa4ee98c18fb50c0 1.00 MB 2,326 34
390,056 390,056 0000000000000000009cedcedf1c5ebfa5c1cb6cd941b0eaef4ebe94f2777cf7 0.85 MB 2,084 36
390,055 390,055 00000000000000000912ec278b822cf9c0df6d63c74aa512615c78dec0e2a030 0.37 MB 905 31
390,054 390,054 00000000000000000826af8216e4fbbd230d2c17cdaf41e02cf50d14ed6c31d9 0.22 MB 382 34
390,053 390,053 000000000000000004afa47e6e2098f43dcadc79a2388ab63bd1eabf0a29dcd2 0.35 MB 474 24
390,052 390,052 000000000000000006087bf115c188b15e9508e0e2f7ea0138777f0c501d2aed 0.36 MB 478 17
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.96 GB sent, 93.01 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.