Memory Pool Memory Pool Refreshing

12,695 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (792,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,493 115,493 00000000000078c0de8431b3ca91991c99e1823095379335334681926c1cb1b1 0.01 MB 11 952
115,492 115,492 000000000000936c81fa6a3dd0ed5412f0d20fcfd1801d1d65795b08bb65c181 0.00 MB 17 1,542
115,491 115,491 000000000000787d8eb9af6c23df5dda05a4ab9b4806ce8ae09b9b949d4f6a3b 0.00 MB 13 1,303
115,490 115,490 00000000000028ff8a5337049fb70844350b4457b98db4025ee6d9ef117edbae 0.00 MB 8 1,272
115,489 115,489 000000000000f02112f4ede15cdc75e14b9ad8ce81baf296666ef174339d1d07 0.02 MB 85 0
115,488 115,488 000000000000698e2a6c7f1bc7e47e201c2236fedd275168da6f45b3185112c8 0.00 MB 2 1,168
115,487 115,487 000000000000651450cecb14aeb6b47e38989bf9fd79f8522dab6d9aab1fabda 0.00 MB 13 727
115,486 115,486 00000000000093a4711aa59dd74399758fa7d1e77b4aa68559d6e1c97924376b 0.00 MB 5 1,000
115,485 115,485 000000000000b334c927e828191b6b453f420c7b6c6c274758a6f061939d25b1 0.02 MB 26 610
115,484 115,484 0000000000003c5db0c6956470654cb90f5b557d629575c437f8cf6470c7f1d5 0.00 MB 2 3,891
115,483 115,483 0000000000008a223110cc74401dd3e298bdcdcd750333e5ef6c9bf115ec2840 0.01 MB 23 604
115,482 115,482 0000000000005f32c5955cde999d43a403df33bee4a8ef446e3d474f06ac87b1 0.01 MB 29 1,170
115,481 115,481 00000000000049f35551c40a914e11f685361e48da731bed41dad1e8b88c52e4 0.00 MB 1 0
115,480 115,480 0000000000004e25c4725e2c0584e0c9156fb194e9616f0851f7de3b725ffd75 0.00 MB 13 0
115,479 115,479 0000000000008266158e08450e4793905dcedf0070783a2119b7532900b4df3a 0.00 MB 7 1,088
115,478 115,478 0000000000006d36d04a09cda80e063c252d5f48e8039c90c994f2923e7ca985 0.00 MB 5 404
115,477 115,477 0000000000001c0d374cfe2fd5957e46a6f3fd43234ba4002f73c21f6dc720d1 0.00 MB 5 0
115,476 115,476 0000000000001ef155a7085b2eb46cfc80ed683fd3c98d7e0b6e2ac37668b260 0.00 MB 5 456
115,475 115,475 0000000000009a208a63ea50c71069f22333fefda871dcf61a02a3353f8c6760 0.00 MB 1 0
115,474 115,474 000000000000a4ec2f5b98df336635b3b9fb84387725ad148b69db506691d336 0.00 MB 3 0
115,473 115,473 000000000000180af565d06efee69e0176db32f5f33de785141a15f3315ebd2d 0.01 MB 29 967
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.