Memory Pool Memory Pool Refreshing

2,104 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,082 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (772,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,353 135,353 00000000000000e3f9ef4c7a77fcad68c14404b491fbb37d65cf8402ae4c2e56 0.03 MB 73 371
135,352 135,352 00000000000008846a96039a6998e243fe625fbb0075b5bbc9cbfb6ba95c025e 0.01 MB 18 556
135,351 135,351 00000000000004c53bb245151958f3ca0fbc9b55e27ad21e7776b9f26ce5ef23 0.06 MB 149 199
135,350 135,350 00000000000009b5b241a15f2fef942b5068c6d35526d42307fb9b6031167375 0.01 MB 20 285
135,349 135,349 0000000000000026d562aa558479a7fc5ea396c0b2b5ab845218d631330a831a 0.01 MB 26 519
135,348 135,348 0000000000000376847538d89919fac96e509d840e8cd81ca7036e222a779304 0.00 MB 13 322
135,347 135,347 00000000000005c67f807d32d6fddcea9f780625f666d59128c571c67d7505ed 0.05 MB 90 456
135,346 135,346 00000000000004e6bb2bcfd7dbf1c820b0ff1af093c86d63ab5cfcc963982a8b 0.02 MB 62 352
135,345 135,345 000000000000088220cdb017f1c128b01a5237ab02f7a49f291dd6216f6815e0 0.01 MB 6 1,092
135,344 135,344 00000000000000e84db0f8744e32e732561142a9d27dee0e97f4ec2c8c103254 0.10 MB 85 289
135,343 135,343 0000000000000878f51295431239d35c851cec8845a3280390de391436b9d4f3 0.07 MB 212 595
135,342 135,342 0000000000000725e69a3072d57c6a4eb009bdd71a36ee84c77bcd3694443f78 0.00 MB 10 343
135,341 135,341 000000000000033bd866e266a842b96dc2e2d4fa49b669fea98c6db4c30df137 0.00 MB 4 1,291
135,340 135,340 0000000000000934998abc076882c1929fc83e92ddd28f8983d09a4b7c1a8d9d 0.01 MB 15 361
135,339 135,339 0000000000000aae18f031fcef0088d866fa0d1fbb1d615ef3944af2d04faf3e 0.00 MB 11 395
135,338 135,338 00000000000004c82d4fdc4e470d2ec4635d4a463a61ae81cd12d82225997a79 0.02 MB 36 437
135,337 135,337 00000000000009f5bb63687ffc18ca6dc624151f4cb1ce344f72454b4e8dd06a 0.03 MB 86 56
135,336 135,336 00000000000004bf57b2b615ab810358f9940ab072a1631d5ddaf126c6f2a04d 0.05 MB 120 418
135,335 135,335 0000000000000118659f3c02b03e47111596ee555c4d2bdb26906d799d4e6456 0.02 MB 50 112
135,334 135,334 00000000000009bb2369d756b22aee04b53556714fe580cc888f2c2e77c1ef89 0.05 MB 73 125
135,333 135,333 00000000000006cf818bb08e033d852b285ba194e48f20afd7070f6729c7e862 0.03 MB 74 828
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,616.92 GB sent, 92.84 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.