Memory Pool Memory Pool Refreshing

4,794 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (542,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,465 365,465 00000000000000000700f388f0d7775e7807540757b533f53e1683aa69fdf574 0.13 MB 120 21
365,464 365,464 0000000000000000067c6f1df0f5ffcebab1b192489d9e2f3ffe7d0609fe5dee 0.13 MB 233 40
365,463 365,463 000000000000000009976d0e2ffcc7453017eb8250890691f36dafe4e6f07ced 0.75 MB 638 15
365,462 365,462 000000000000000011774dcaaca84d8a522e045cc1a6b64213da88442228f672 0.57 MB 1,155 40
365,461 365,461 00000000000000000646e3a441fdb71f3119f2363d53697000a2a70a4c3271bb 0.75 MB 951 27
365,460 365,460 000000000000000003bf8a5db268e8d5711d7c2581ccf909e7151e62e224a3db 0.61 MB 1,187 39
365,459 365,459 000000000000000005e818140f82979049314d587478acea6c21509b01a318e4 0.95 MB 1,499 33
365,458 365,458 00000000000000000a1f90bf59ba3b927aacacc7e5ed7a02aa42b532e21b20d4 1.00 MB 2,414 56
365,457 365,457 00000000000000000e882fe6fcabee1d80385f7d226c90d2de006680c5fa5839 1.00 MB 410 8
365,456 365,456 000000000000000006bd0b93a139652285cdec1157fe31cbc995f73c2547e3d1 1.00 MB 1,498 31
365,455 365,455 000000000000000009a5a8325154626fcf50c585423a8e2be2904ea40f7d5f63 0.95 MB 1,603 43
365,454 365,454 000000000000000008d6fef2880dd2265468311f54068b26d349da582deadb7e 1.00 MB 557 7
365,453 365,453 00000000000000000015b45c2d97af421eb196d5252085b3029109096aa7cd84 0.54 MB 492 21
365,452 365,452 000000000000000007c98b465513f848f902d0a84b68595cc04e56ae28b8cd1f 1.00 MB 1,499 31
365,451 365,451 00000000000000000f6388c4b24d0da7f61b0c4fda4dfbd49935a0add7c6de82 1.00 MB 2,978 81
365,450 365,450 0000000000000000093f699ccdb323aa638af1131249ec2e1bacbf367163807a 1.00 MB 1,133 30
365,449 365,449 0000000000000000139f716a03dc6018d024271f1063dbb605a1493b71fd6f22 1.00 MB 287 5
365,448 365,448 00000000000000000b292ff28b6999e44aee7f943fd59bb6434390e772e08ff0 0.45 MB 666 36
365,447 365,447 000000000000000002e549e3451c403cd82ae7586714bf68d9e822cdf71a17ec 0.93 MB 471 11
365,446 365,446 0000000000000000089293b394044e2b9147c2cee84cd478a212c7add109ceeb 0.95 MB 840 18
365,445 365,445 00000000000000000d3f145bc353aaabebda1bb829781e5b268b49e508128dce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.