Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,891 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (595,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
312,418 312,418 00000000000000002b69f08f58a069ecee9101d7edcd489a7db0bdc01798f29d 0.01 MB 26 28
312,417 312,417 0000000000000000230fa5a8938317bdd1d60c98f4b26aa2ab5f2ab5f007dbdc 0.11 MB 97 11
312,416 312,416 00000000000000002415384b814c7da08718d69a62b598c738e7c68ba145551e 0.15 MB 281 28
312,415 312,415 000000000000000014a886fb9fdf4d746c6c48a03663a7bd69f4c1b21853652f 0.18 MB 217 17
312,414 312,414 00000000000000003d0a15e2a5416d4e8bc53fda201f4aadff86e840d55c29e3 0.18 MB 512 42
312,413 312,413 000000000000000033d97771ae3c9617ea40c156445403c0741f162d3296b21b 0.04 MB 84 10
312,412 312,412 00000000000000002cf77276b0d31baf146ee5f4fa0f9fa6b1f84d91fa8ea87b 0.26 MB 401 23
312,411 312,411 0000000000000000227449ea25b5d3c64ecced4eefb6356ce3d413b13a24a7dc 0.07 MB 156 38
312,410 312,410 00000000000000002ae77202b4d801f998b41ea76e5ae65a95d849bd49bbc597 0.09 MB 143 26
312,409 312,409 0000000000000000385506db1b7006c91dff95cb611df9f003f13707634977fb 0.20 MB 298 23
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.