Memory Pool Memory Pool Refreshing

7,883 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 2,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (24,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,518 883,518 00000000000000000001b693ae8c3b7ca95afda4c646cfe5cdf2399e1d1cd1e3 1.48 MB 2,708 3
883,517 883,517 0000000000000000000202f925a63c418e4e2706aeb230d385274dace77cfefa 1.61 MB 3,772 2
883,516 883,516 000000000000000000009f8603a9514ea2a9b3583b464b27a59287701df25ef8 1.61 MB 2,386 3
883,515 883,515 000000000000000000009c7a92e935373d62518e2bae383fd749db866705a998 1.75 MB 3,576 4
883,514 883,514 0000000000000000000212f429ba1b31ec2bda5f8c8078f7b492199180c8fd9b 1.34 MB 2,490 8
883,513 883,513 00000000000000000000d8dba3009cc023e03220d0ec6e5e3285e15ba0d9f0dd 1.59 MB 3,125 2
883,512 883,512 00000000000000000000af6b45ee348f61f6c5e45b335b0f901050dff70d0f33 1.55 MB 2,689 6
883,511 883,511 000000000000000000015247d07af035d4b25b2bf9788b5e044077dd74a9f79f 1.84 MB 1,546 1
883,510 883,510 000000000000000000017e6aea4dcb046f28016d29be8ce239be0b839ea2b639 1.52 MB 2,687 3
883,509 883,509 0000000000000000000250e770449bda809cfaa38f6445b34cc04200349fffc6 1.67 MB 3,421 1
883,508 883,508 0000000000000000000144cbce8b9d8080ec3da732cf0103da3e708a6b56a88f 1.65 MB 2,156 3
883,507 883,507 00000000000000000001fa33d3d7750ed315d94e3c1def6512281b33bece333b 1.49 MB 2,890 4
883,506 883,506 0000000000000000000090510a79933946118b8ad081e6c6556441e27d52d7ff 1.97 MB 3,817 1
883,505 883,505 00000000000000000000e825c615c2e9cee1d0dd740d515c087735266de42ef0 1.62 MB 3,461 2
883,504 883,504 00000000000000000001e60d3d5c64a9a869d4776d1c2360fff25c7bb32863c5 1.86 MB 511 1
883,503 883,503 00000000000000000002030b40863e72f31c7715749a55165abfeebb8cc90753 1.67 MB 3,527 1
883,502 883,502 00000000000000000001887ebf254594c22d0cd12fc119e0ea562b24c2e5fb8a 1.48 MB 2,902 3
883,501 883,501 00000000000000000001b9989443868854964fc5dd5463ba6857010c81e8a444 1.78 MB 1,420 1
883,500 883,500 000000000000000000018a0079aa55fd0a260513ba7c1a8253fc66f4eb5907b1 1.59 MB 2,034 3
883,499 883,499 00000000000000000000656e8f0c96940872d1b35a13c06455d07e802e65385c 2.04 MB 487 1
883,498 883,498 000000000000000000011154d60f62896bc34eab18c48800d001618327363a69 1.87 MB 1,375 1
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, 114 incoming
  • Data Transfer: 1,624.89 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.