Memory Pool Memory Pool Refreshing

1,251 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,223 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (134,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,123 773,123 000000000000000000005852b17c77f7fa3b42c6846f92cd306566afb18ff1a0 1.61 MB 789 4
773,122 773,122 0000000000000000000315495bbbef937518c4171705065998cadc29a660dd1f 1.50 MB 2,246 11
773,121 773,121 000000000000000000000c9f3b1681d0ef184293d16868b0d1ea15a953e162aa 1.58 MB 2,614 9
773,120 773,120 00000000000000000004d1269b86aeeb4432c0e0a08e21d7db6a37975a9bee0f 1.26 MB 2,086 17
773,119 773,119 000000000000000000021ab52a89d4ef2eb8cd31f21002477bee0e9b00c7f99c 0.13 MB 232 12
773,118 773,118 000000000000000000047ee86e1be2f4b378c76cc1b5d1feb379505734f22a62 0.12 MB 131 13
773,117 773,117 000000000000000000040398c5b8d331ca15291ae65f6706f85237319c6a8b95 0.74 MB 1,331 13
773,116 773,116 00000000000000000002a0dd015abac61c255a0dc79f8c81c73bafc1352a4150 1.72 MB 2,155 4
773,115 773,115 0000000000000000000106b9b713ddb134a7a5546113939eb5253e6a160b71e9 1.53 MB 3,200 18
773,114 773,114 0000000000000000000006b4679a43dcf39cd0a3d03995289dea8816dfad0853 0.55 MB 1,209 12
773,113 773,113 000000000000000000034ca8def328811b9deec3777010996d44020a772bc3de 0.57 MB 1,075 11
773,112 773,112 0000000000000000000106d08a4a8ac0c8d7a32a01e0642aa9482d1d7843ed39 0.04 MB 125 16
773,111 773,111 0000000000000000000538408bda20863a26208d9e12074974242adfb65c2e23 1.25 MB 2,327 10
773,110 773,110 00000000000000000006872ea80213446c73e4d96c09183fd0c029090d00abb3 0.49 MB 753 11
773,109 773,109 00000000000000000006ddee442398c3a2706c043aaf47066e958a621fb51803 0.69 MB 1,375 12
773,108 773,108 00000000000000000005c4f5bcc0ddbfa28c147fbeb9e3f5e515139bf53237f4 1.17 MB 2,498 14
773,107 773,107 00000000000000000006f00dd633bef0460231c3b01829df7fe69b1d460ac48f 0.89 MB 1,276 14
773,106 773,106 00000000000000000004881370312131a262422b402851a3aebea1ab988c6b4e 0.11 MB 267 13
773,105 773,105 000000000000000000050956039e67e8a0be82ef9f174009782c70f14761f63f 0.15 MB 267 17
773,104 773,104 000000000000000000034dc6730b5daa7727a2a59216e38a5213dcf75a1ae3d3 0.57 MB 993 18
773,103 773,103 00000000000000000002e9d2bc829fe6bbe8677697e1a58129bc35124ef21574 0.30 MB 337 10
Previous 10 blocks ↓
Total Size: 768.99 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.58 GB sent, 92.77 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.