Memory Pool Memory Pool Refreshing

1,777 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 Now! 0.53 vMB 1,764 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (37 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,430 908,430 00000000000000000001f73c926c93f699d7038ef795c34108472cbe38e32d44 1.84 MB 2,601 1
908,429 908,429 00000000000000000001cb705d49cead8f9389f15c5592e0156f1ffff2dc2462 1.59 MB 3,911 3
908,428 908,428 00000000000000000000cc1ac42a551f2f38dbb681286cd1f510dd824d8b50d9 2.04 MB 2,945 2
908,427 908,427 00000000000000000000db26165dc45be51fa8c534f8cee4b6614d3b3de8c4c8 1.65 MB 3,439 2
908,426 908,426 000000000000000000020b052dd08ed829f06e4cf757280dbab1c8a28a292721 0.73 MB 1,161 1
908,425 908,425 000000000000000000007554c10d263dbceadc9c7d7fcdcd5df25f786e257a71 2.22 MB 2,374 1
908,424 908,424 00000000000000000000edfdb8cf843be5eab475128420ebe3ce91a4f9d01d2d 1.56 MB 2,645 3
908,423 908,423 0000000000000000000051a888a0a67b810861af16b5896246d9e3c9707d05e2 1.91 MB 1,813 3
908,422 908,422 00000000000000000000b77af5141b9f36cb618c86d8606d9b7018018e6f899f 1.86 MB 2,485 3
908,421 908,421 000000000000000000002ba7d6a685339663607d2f86737364deccf076f12755 1.78 MB 2,351 4
908,420 908,420 00000000000000000001e6d4e71de32f7ee62d0a99082a9c25aeb4fcd4dbea00 1.90 MB 2,520 2
908,419 908,419 0000000000000000000083fcd5f2399ba2efdbbc5da6a33fa4e35bdfbc49b251 1.92 MB 1,533 1
908,418 908,418 000000000000000000012a83a9ef5b522bce0cd14a9514c765281a99bd717255 2.03 MB 2,086 0
908,417 908,417 000000000000000000004aefc5ebdaf21b0a46f1cfd537a94850c9c643ffa81c 2.13 MB 3,096 1
908,416 908,416 000000000000000000018161fb43f8e21588baa5b984ef5c812821e2decfe622 0.93 MB 1,402 2
908,415 908,415 00000000000000000000d125989f56c71b052f1fb1361bbfa16fe347b27d6a2a 1.04 MB 2,003 1
908,414 908,414 00000000000000000000d3312d592cc3132a4a832fe2c0221849a61785c4d1cc 1.85 MB 2,383 2
908,413 908,413 000000000000000000010781aa368569083272a046d1383eb8eee20c8bc5de24 1.78 MB 3,438 2
908,412 908,412 000000000000000000001c38fc04aef3dbaf0ee937693817fbde2fe6658854d9 1.57 MB 3,512 2
908,411 908,411 00000000000000000001f060cccfc13741924d52669a9c957ee6f034d9e6966a 1.61 MB 3,411 4
908,410 908,410 000000000000000000018cece9f8899f3104c9fb12733b01108505e9d39657ed 1.58 MB 4,243 3
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.88 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.