Memory Pool Memory Pool Refreshing

10,837 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,683 (703,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,540 204,540 000000000000041d6a9945eceafae83065be26aa5eedc7c04fbd079ba0adf999 0.05 MB 124 307
204,539 204,539 0000000000000305d32daae3ad63cd020b1fa75de9faf567284077b82a60b019 0.18 MB 397 193
204,538 204,538 000000000000048611e17e8219ccb84a8574b2c5758ca9079af6601990d23bc4 0.00 MB 1 0
204,537 204,537 00000000000000189e4c89467fdc90092c39fca222ebb2fa04b51c19894fbb32 0.02 MB 39 680
204,536 204,536 00000000000000c2111a2cd4bf43b4eba1c5e89d83befc37abc6eb411666b1fb 0.21 MB 226 91
204,535 204,535 00000000000002691d0bfb6a3bb05389e2dcda62a57aaa85135f6444c8aa15bb 0.25 MB 811 170
204,534 204,534 000000000000013bdfbdfec1f2e79926bed96bd42af4a928701f3e8e43ea98bd 0.05 MB 124 87
204,533 204,533 0000000000000531584ed6de88d7e3f28d50aecf4d7eb688f3c0f62f29f6a376 0.14 MB 362 153
204,532 204,532 000000000000020e02ebc583da01bb4981d7133f4552d55e6033c223d48da77d 0.24 MB 470 120
204,531 204,531 0000000000000442b61b4de9d17903edc56ff25ed01f3e4f65a0e6ba79ccc451 0.05 MB 133 34
204,530 204,530 00000000000001434d9ba91cdd1672461b239b6f13aa4a247dc926645d9236fd 0.42 MB 678 99
204,529 204,529 00000000000004e9fb53e022606122c5ef7d5c6d93e9a5d19f85dcdad5f13086 0.35 MB 704 99
204,528 204,528 000000000000056b960244215f62e87ce9e3c89b8d3602265ae9717275a60956 0.25 MB 801 182
204,527 204,527 00000000000003d68726dbd25f7ea4b8ccc8a7342c4cc539819636ac701f373f 0.05 MB 133 35
204,526 204,526 00000000000004232ab28b32bd1a5b7dfd504d4ba50220c705b82016fd572af4 0.34 MB 766 132
204,525 204,525 00000000000001741ed7128f07009d8026e6f5e1b07b46bd69ac8eea62ab9eeb 0.05 MB 75 89
204,524 204,524 000000000000008465eec04483bf743348b6ac49feddbf1ef785c3d0a3586865 0.36 MB 607 93
204,523 204,523 00000000000001b0748c8aaaa787268c9628a3b4f6375e4d37794adc5ec89c86 0.00 MB 10 44
204,522 204,522 0000000000000148ea90fcfb5bcbc73023e0095017d8da0b961add3a3f96c9c0 0.06 MB 172 142
204,521 204,521 0000000000000505d0a421ed48d19be5dabbb4262a3f542f00041f07d1c8544d 0.25 MB 420 120
204,520 204,520 00000000000003af8bda311073dc517a1f55d21b2c3d0198883ed36aa157e83c 0.05 MB 131 16
Previous 10 blocks ↓
Total Size: 768.95 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,614.72 GB sent, 92.59 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.