Memory Pool Memory Pool Refreshing

2,868 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,839 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (735,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,669 172,669 00000000000009a019b42598db3aa7844d77137746163b63f50cfd7c82f44a46 0.01 MB 44 120
172,668 172,668 0000000000000452c7deaf2f7966bd57b91ac6dd230a8783e9fab41538b48b0d 0.03 MB 100 61
172,667 172,667 0000000000000225b340552524bdfac5691b967eb099a603bae3a2648149bfbf 0.04 MB 119 179
172,666 172,666 00000000000005f2de5a6e52db8c6b2f511085a932a80b960b7e1e794d51a292 0.02 MB 37 31
172,665 172,665 000000000000066afa394ab86ece294fe3583aa1bc5d780498f0365d4b509ae1 0.01 MB 21 87
172,664 172,664 00000000000004969069457abede00a1b0f59fa0086855a23c16514ac7592919 0.03 MB 7 53
172,663 172,663 00000000000000bc8bff03a2a7385f2a4960bd06a04a03e09f19162cb6797cac 0.00 MB 12 39
172,662 172,662 00000000000000072740c44068c970ac80578320f48e94f42db3f3832b6f9b0d 0.02 MB 68 143
172,661 172,661 0000000000000a931cc7cfae4ef07f0c774e7c62383455208047481d565afc51 0.00 MB 1 0
172,660 172,660 0000000000000b02e8ab1619f83688c940d33b8eb56d6252ec6379c2f7f09045 0.03 MB 45 108
172,659 172,659 00000000000004ba91a2b0d3146fcb958c87e4ab1a6dce662017fa2efb727cef 0.03 MB 94 23
172,658 172,658 0000000000000a894e39636581174aa23c2d66376cd18c1e9fb513c4adf6bf7c 0.00 MB 6 83
172,657 172,657 00000000000005d52630ab10b9f0d15c85572243fb581ed133d7735e9a6d41cf 0.00 MB 14 80
172,656 172,656 000000000000088c7e3d465c7a9f658fbc331c71fdaab8cdf936d3d94ac2b5c6 0.00 MB 6 35
172,655 172,655 00000000000001f94c1ad54ac1da8566efb0372460a1d5dace12de7170679c56 0.01 MB 19 107
172,654 172,654 00000000000000f56b1b282634a178d795f4b999aa042ac7a8eb21f7a345c228 0.02 MB 63 223
172,653 172,653 0000000000000ae5f96fa045d57aa7edc1ab225deb54cc87089a996a8a22061d 0.01 MB 32 61
172,652 172,652 0000000000000532e071fd017d92d2e95792e0a412812d680897308a5ddae43c 0.01 MB 35 70
172,651 172,651 000000000000082f357bf7473d65d8ed0a955d418368fbd3715f54a4ba0bccae 0.02 MB 71 31
172,650 172,650 000000000000060a8f5a672e24b7c7f531784e8a0bf6b3be0c732c3e8b8c51fc 0.04 MB 97 71
172,649 172,649 000000000000086e2aec65ef7e54b87d86e85c59577bc9602db40ac7f662cb3f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.