Memory Pool Memory Pool Refreshing

665 transactions
20.85 vMB
Show Random Selection Loading Transactions
Max Size: 83/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,321 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 445 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (843,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,501 64,501 000000000aafe9e73b003daed213ea58da710fdf015eb4151198930cf8cea614 0.00 MB 1 0
64,500 64,500 00000000048223a1b2ef9866231bd42ea960e033b0b0da8ee247f525dd0b46a5 0.00 MB 1 0
64,499 64,499 000000000cbdb29640b5bf87186400b4b8b109654025b763c02453498a48cda6 0.00 MB 1 0
64,498 64,498 000000000ce3d54c50bf7434ffbacad1d0a005888f012c647e6e454ae1066a46 0.00 MB 1 0
64,497 64,497 000000000022ed71e5ff8d662e65cbddbbf50a6b8793b3ba64393b86cc2371b2 0.00 MB 1 0
64,496 64,496 0000000007097e832927a666ff13617d968162af7d4b99ff560159094418e17e 0.00 MB 1 0
64,495 64,495 000000000a4c3e73e421ccd2188536cf6621fc35d8a3a70b646827081bcc650f 0.00 MB 1 0
64,494 64,494 000000000671ccb9c9b501dfa68d945c12c319c5c6029a47108914a09c48079a 0.00 MB 2 0
64,493 64,493 0000000000eaa73cd6d7c7428285de118c295cb657ec89f6eef6a15568a7f3dd 0.00 MB 1 0
64,492 64,492 0000000009f56525e5ba031450917b7272dcf1f29112eb73200f1375f7e2d143 0.00 MB 1 0
64,491 64,491 0000000000f6ea8b842caef18ce1876a615594fc647881c96868edbd7f84fa0b 0.00 MB 2 0
64,490 64,490 0000000000c7e3e4212fde4a11cdb630b153e39c9495a804fee4a44eea7be3de 0.00 MB 2 0
64,489 64,489 0000000007373962deeb0a513f34cda1ef3fef50c7a54290ee6c93583384985a 0.00 MB 1 0
64,488 64,488 0000000007da839c1915e8731fc9c7cb731af9d4f35ea619bec06196defda9d6 0.00 MB 5 0
64,487 64,487 0000000007d244f49d5690116b8ea5dff46214280ccb53e302ebee94f99aebcb 0.00 MB 1 0
64,486 64,486 0000000004b2f7c81c65c5e9e9db0a62ed958fdb8266b96b866086d65d4c55a3 0.00 MB 9 0
64,485 64,485 000000000396a0f057604937668ae623ff3016ad6625b7bedadb27f8b47b449c 0.00 MB 1 0
64,484 64,484 00000000055566835c3ee9ad40f6d2c8cfb31ed44c0b5113119e7f18ae928247 0.00 MB 1 0
64,483 64,483 000000000c977808e33c2b0a500d589f71798b59bb0d5e5db89591a2cc711ce0 0.00 MB 1 0
64,482 64,482 000000000489af190c300e84f9f74f7f522b443816005a8a30202a6f1408d71a 0.00 MB 3 0
64,481 64,481 00000000064dbd07510571203b22ac7a5ead1bd4a634c0b3b1a6721907db2d8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.24 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,701.05 GB sent, 98.64 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.