Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (209,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,605 698,605 00000000000000000003b90b15df244c6af05293dbaa403f4303c9bf6a96a182 1.70 MB 1,729 10
698,604 698,604 0000000000000000000e1872422f19156a86459cf69bcc6d678bb424d74c3d0b 1.55 MB 3,623 9
698,603 698,603 00000000000000000009f4221ca34d2ff6b07b1fcfd633274d0163a50ad43086 1.62 MB 1,779 11
698,602 698,602 0000000000000000000d2dc6055d525b7ad07ce4d5f8b477000580e7e3ba8f19 1.06 MB 528 5
698,601 698,601 000000000000000000051d9e3751b245a1567d3732fcb6fbde8cf186b1c7ea8e 1.54 MB 2,298 10
698,600 698,600 000000000000000000044bfd0dab3cd8be47aa622107e7e912cf2a568b160cc6 1.42 MB 2,728 21
698,599 698,599 0000000000000000000322e432cf5826b8c456a905aa54eb726759eb3f1eaa48 1.10 MB 514 6
698,598 698,598 00000000000000000004a777d86355be9726be230a8aa0b7452ecad1339bf8b8 1.46 MB 2,293 10
698,597 698,597 00000000000000000001f3eff1e9f5375e44c16f5158d47d303da64a54b377e7 1.48 MB 2,692 15
698,596 698,596 0000000000000000000cb3f893bb8852237b6913de06e74e23e44416b73945f3 1.31 MB 2,437 6
698,595 698,595 0000000000000000000fb70f3890e685ba3b5a66b189e88d5198f9af476e214c 1.39 MB 2,534 13
698,594 698,594 00000000000000000002fa348ec2214023dda9aacae579ef694e9481a3ae1ddd 1.27 MB 1,356 8
698,593 698,593 00000000000000000001db53cba9aa160e1323e77df893b3d93655ac31e2660a 1.30 MB 1,763 22
698,592 698,592 000000000000000000027440829032eb1e2da4ae1d448a76a9198510fc7c5e17 1.52 MB 3,636 6
698,591 698,591 000000000000000000093107a4b70ea4a065724ad5df45fa1fdbaf4cd94010f0 1.48 MB 3,622 14
698,590 698,590 0000000000000000000f5d098b572d501abae2a0e4fcc41212e8d1c7da91ec8a 1.51 MB 3,225 10
698,589 698,589 000000000000000000045bb6b5ec22659b178d5b4aecaf825295bcb82ee97b3c 1.43 MB 3,107 8
698,588 698,588 0000000000000000000380876809ce2a6a2a5153c3368e3bf91f4abf4cb943bf 1.45 MB 2,916 19
698,587 698,587 00000000000000000006ef6c021c9917b111223b2e97fab392328642d403b521 1.56 MB 2,521 17
698,586 698,586 00000000000000000000f7cf3625f8715924f51430873c8e82d5e4a3359ce11e 1.54 MB 2,623 18
698,585 698,585 0000000000000000000499cfb89d254f47098187d0fb0fc25a717c08e24b93fd 1.39 MB 2,761 22
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.