Memory Pool Memory Pool Refreshing

2,932 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,911 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (595,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,439 312,439 000000000000000017296dd01e31024985dc17626f9e65ec51e4a27817627fa4 0.26 MB 452 25
312,438 312,438 00000000000000001de8ed9f5a92b4a4fda17914f76980de8f5032ff69cf6600 0.30 MB 319 17
312,437 312,437 0000000000000000323758151ecd550112822d2267b0685d82fca201586baf71 0.45 MB 595 24
312,436 312,436 00000000000000001604455b7c72477851e2152a9c91adbbbd1152040c3a9085 0.40 MB 761 30
312,435 312,435 00000000000000002b24ddba318de37533a6f23cc61c72a2189f0853843d3829 0.72 MB 972 24
312,434 312,434 000000000000000023e11723ea1b96769bbda616a1f17d8825de3b0b0e413a85 0.08 MB 256 39
312,433 312,433 00000000000000000f51223f16a007e76b2b3b127de020a8d47de9ef65e06270 0.22 MB 366 28
312,432 312,432 0000000000000000022fb15b444e2978f8ea79bab8e4c1c9171743f00fb0573f 0.44 MB 576 22
312,431 312,431 000000000000000037477492985dce8b9761dd5d9bcbe848238fda28be714cf1 0.43 MB 660 23
312,430 312,430 00000000000000001f275d1961bf56d3ed5f27507ecd6c6a8220ac4bca33de74 0.13 MB 141 13
312,429 312,429 000000000000000028bd65515c4306c9e23e808f14ddd6bd9ff45c059fd70e8a 0.04 MB 98 34
312,428 312,428 000000000000000022212676e92585f623b47681f516755098390fa947b884e3 0.34 MB 617 28
312,427 312,427 00000000000000000b63a528fb2cb07b3142d55818a4c323ca90ab707e3d9803 0.45 MB 465 17
312,426 312,426 00000000000000003295eb00369b9eff962e5cc3405ef0858b0e92845aa73c81 0.75 MB 1,427 30
312,425 312,425 00000000000000000bb24cd5892fe7fa323fb2deb28812738c6e887e3dbf29b9 0.10 MB 114 12
312,424 312,424 00000000000000001793eae26bc78cdbc43bf924a887661dd378c44e53989293 0.70 MB 1,190 26
312,423 312,423 00000000000000003712017253bc45437ed753ba392ba610f32fb41072b0c48a 0.31 MB 603 29
312,422 312,422 00000000000000001cb8d8fcb5c390ca7822f8fc135edd077558b73450afdf3c 0.09 MB 96 13
312,421 312,421 00000000000000002639809b48d15b9d77a5643ab0e62d146c3e4aca932a8564 0.64 MB 1,159 29
312,420 312,420 00000000000000000553e316c2a45a06ac6db7757432d14c32797d0bd3176d70 0.25 MB 435 26
312,419 312,419 00000000000000003d33afdd862331f7125e95a4637f9c6f46d83dca91e113c1 0.20 MB 287 24
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.