Memory Pool Memory Pool Refreshing

17,663 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,741 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (430,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,547 477,547 000000000000000000cdc24134fca02ce2c02316737e7da3f5c8a9c81913acb3 1.00 MB 2,114 214
477,546 477,546 000000000000000001150049481d7f3d790734777e1fcb4701d765450d8bd160 0.99 MB 1,938 158
477,545 477,545 0000000000000000002bfe1dc0045a8ff775b81f09ee6fb9dc65e84ebff788c3 1.00 MB 2,198 207
477,544 477,544 00000000000000000036d6ee35fe4e677a7eef92572feeb88f40d3bf82587178 1.00 MB 1,863 124
477,543 477,543 00000000000000000150c0231a2ee5b39ed2601f7688ff55edb43f21b9949b6b 1.00 MB 2,350 147
477,542 477,542 000000000000000000b68874fc569132e6e95e1b9275f0991676884c898b4c9a 1.00 MB 2,027 182
477,541 477,541 00000000000000000071d472d23cacbce9d6d08e5d4aca758f758e83e3b12bd3 1.00 MB 2,164 182
477,540 477,540 0000000000000000013a5b2134fae13a199e4a2276bcd6af78eba885de54b56e 1.00 MB 2,126 182
477,539 477,539 00000000000000000139a4aa982401a13a4ad2ea9df0f24b0d32e2f8ef8db463 1.00 MB 2,126 223
477,538 477,538 000000000000000000d10165e3287ab299286268ed725d8a71dd67606703eb1a 0.99 MB 2,047 170
477,537 477,537 00000000000000000063837f72029d18e1059d07952ea86fd47fe3ef49bcf9ec 1.00 MB 2,258 124
477,536 477,536 00000000000000000115bcc8e31984e99e73f0d640a7b440e04e52b4788b343d 1.00 MB 2,172 190
477,535 477,535 000000000000000000e5ec18e513edfb594c8c101a26c20f33c364f93c6f5b38 1.00 MB 1,979 122
477,534 477,534 00000000000000000106314647653f7f27693fb156ccb7447cc8da1f2eef165d 1.00 MB 1,851 180
477,533 477,533 0000000000000000014bed0f985b8ffb0fe44f7963cfda46105eed0e7aa1a7cc 1.00 MB 2,281 148
477,532 477,532 0000000000000000008a1afcebe89db9740204d6cfeaed63d89c0a2cfa711525 1.00 MB 2,643 197
477,531 477,531 000000000000000000ff026cbf23e125d01ae1d5d2f3845a6dc7c219e65a0420 1.00 MB 2,460 227
477,530 477,530 00000000000000000052ce680160eba4ac1ad35f2f2282755ebcdb59a7cad651 1.00 MB 1,885 219
477,529 477,529 0000000000000000002f7485c5a4ee71eac01af305180d1571f7e7ffdd3e58e9 1.00 MB 2,412 232
477,528 477,528 000000000000000000f241770eb06bb7a16b3f52f1f93a4c4d128d129e128d2f 1.00 MB 1,924 205
477,527 477,527 000000000000000000c96505bce493c965e4d43de12e15dcd89c40478ba2f0ee 0.04 MB 67 73
Previous 10 blocks ↓
Total Size: 769.02 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,624.23 GB sent, 92.99 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.