Memory Pool Memory Pool Refreshing

630 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,894 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 628 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,893 (218,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,458 689,458 0000000000000000000b0a6ba7e207f97cf3e86d1666d140bb80272b46d5a168 1.37 MB 3,497 57
689,457 689,457 00000000000000000009f437be08b14e737afdb16ea1fe91c2e7f3bfb15eb067 1.37 MB 4,281 69
689,456 689,456 00000000000000000008d88fd6975c51f1d58076959ab5f9fe728c747c40167e 1.21 MB 2,178 74
689,455 689,455 00000000000000000007bc743c6df4a71e171ab69d1bda265c5fdee8ff45d48a 1.29 MB 1,931 95
689,454 689,454 0000000000000000000882fa57d938a54c55664bed8947b3903460ac15df9a71 1.09 MB 656 78
689,453 689,453 00000000000000000004b4e876658f09bad56ec03658ff818c6dec02dbcd9c24 1.43 MB 2,698 99
689,452 689,452 0000000000000000000b8301657e5adc59e8b7ceba8e5e22d2d469a43bb4271b 1.48 MB 2,771 80
689,451 689,451 00000000000000000002c6d01bdea313b016bd3ed2694aa95266869c9ce7e71f 1.41 MB 2,781 102
689,450 689,450 000000000000000000098ee0667c41f7bc462e8446e036aec9c1b7bafd982f68 1.37 MB 2,748 71
689,449 689,449 000000000000000000057e2efcbf407959ebfafd271548422c4e6510ec75541b 1.35 MB 3,277 65
689,448 689,448 000000000000000000056841059563d7f7b39c1e05f7958a78f45a59ce28a649 1.33 MB 3,687 71
689,447 689,447 00000000000000000000ad7a47c2da102e3cc152e6187a4c49a83329f52d5180 1.14 MB 1,135 72
689,446 689,446 00000000000000000009827441a337551d025fde51a049e82723f4f664d4bf85 1.31 MB 1,819 80
689,445 689,445 00000000000000000002c9e70c1460233b3b9136f888035d1c1884b182629061 1.36 MB 3,931 80
689,444 689,444 00000000000000000009664dce525e8728891234601118a80eb30957669a6bce 1.46 MB 2,527 84
689,443 689,443 000000000000000000002ed54d4abaafe2a6bea33f1b2f467b5523727e64409e 1.26 MB 1,792 94
689,442 689,442 00000000000000000007a707e818ec96be74755506bd53ce739df727c89ab9c0 1.20 MB 1,355 86
689,441 689,441 0000000000000000000d5d4977a219cc368d8191f5c08511d866d6b9a901eeea 1.40 MB 2,355 94
689,440 689,440 0000000000000000000b2df7005362c3257fd062fa7e20e1eb47a73a276c8d07 1.37 MB 2,672 100
689,439 689,439 0000000000000000000ada83a51809fbf7d74f95218a8652db18ff8aedaba78d 1.47 MB 2,653 100
689,438 689,438 00000000000000000002e4065f338959619aafbcfacc8b238f31948fa3a172a7 1.26 MB 1,284 84
Previous 10 blocks ↓
Total Size: 769.34 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,643.37 GB sent, 94.66 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.