Memory Pool Memory Pool Refreshing

13,071 transactions
9.96 vMB
Show Random Selection Loading Transactions
Max Size: 40/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
898,648 0000000000000000000250490000000000000000000000000000000000000000 ago 1.00 vMB 3,510 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,647 (892,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,459 6,459 00000000d55d6408ce7d024168e5c0a051fa4892305145e59788a5deb1f6c0cf 0.00 MB 1 0
6,458 6,458 00000000be1c17b62356470ccf76fe597b67a32be2b85419eabdb70de230108b 0.00 MB 1 0
6,457 6,457 000000007660d1d51a1bbbbc4fa973795056600b7e62b953f5a95b9f2a194372 0.00 MB 1 0
6,456 6,456 00000000de73e06a0aba72009d81c96b55b470400b4bbe784df0286f4ee29e96 0.00 MB 2 0
6,455 6,455 00000000fd1e812fa64ecb5bf83c061d632432bddfbfb0675074d6d06267a5a1 0.00 MB 1 0
6,454 6,454 00000000e3b9afe6d09b959e337f8aad6e73a74afb10dca0a6f79abb65fa5a91 0.00 MB 1 0
6,453 6,453 00000000ea45133dfb3c76ffc0e75c4c0c5dcc21fa14ba9998cc8e77d4600d98 0.00 MB 1 0
6,452 6,452 000000009acc756a47a300705afab95771cf2b66d76988eddf464016fe3ca89b 0.00 MB 1 0
6,451 6,451 000000004c48da009c0e4bde41c3232f593fed898295ebaa2ff27834f0d98572 0.00 MB 1 0
6,450 6,450 00000000e061bce5df4c77b549ea1daa962e5fcf714dbd7b42e6c897c3c06cef 0.00 MB 1 0
6,449 6,449 00000000220fe55388d2f9369fc9a71a464fe4ad7f681adddd70aafbf231342f 0.00 MB 1 0
6,448 6,448 0000000098bfd61780bc4f6eabc8807fde1fba85acc9f4c2fd27a680ff51d36c 0.00 MB 1 0
6,447 6,447 000000005b5b539f6ed5b14ad19e716deca5f5dcc4f9863ed0d46cd1a71954ba 0.00 MB 1 0
6,446 6,446 00000000fc55e91e03e595c2950712d44d1b3a04fc229179808b46f5767b4b78 0.00 MB 1 0
6,445 6,445 000000007ec99d19c41c794e40bbd92acab40fe1ee019bf672ea01c566b78bb3 0.00 MB 1 0
6,444 6,444 000000008d590df3c8a35bc0f921c71b74f2e8a1ecd361fb892dd886d7c8b2ca 0.00 MB 1 0
6,443 6,443 00000000056f2cc01f0b67503e2eb48eb9c5e466c43f03ba376a7c7f88ce631d 0.00 MB 1 0
6,442 6,442 00000000603dde813d493121c680778128448022453a8bd2df9babef2b2fa2c0 0.00 MB 1 0
6,441 6,441 000000002922e47fd435bbd6c36317332d561ae46094ce54523b89bbdaa746da 0.00 MB 1 0
6,440 6,440 00000000bd5b11b70c81f25faa5f68bd6cfe8995adbf24920c96239aa29e2842 0.00 MB 1 0
6,439 6,439 00000000b8dbdb4bba017f6c4e1a6ddf80de19d56765a5d991ea52b29fd50597 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 753.71 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: 418.84 GB sent, 18.48 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.