Memory Pool Memory Pool Refreshing

10,576 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,429 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (553,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,509 354,509 00000000000000000bf082400d9ae5678402e68d771db973347cb9ac353abef8 0.75 MB 1,539 28
354,508 354,508 000000000000000002ce46c33bc86d4eccf15e6167a8afe7ec067c95bd276d3f 0.59 MB 1,115 28
354,507 354,507 00000000000000000df88a8a5f7a474dcce342eebbb807001f05058399ebf95d 0.32 MB 447 21
354,506 354,506 0000000000000000030c25e1f695cdb7d2791c41c2fcac05056c7365eb60a4fd 0.52 MB 749 17
354,505 354,505 00000000000000000c2eb1e111f71f1870ec2a678275c59a9dcce33f3796e0a3 0.75 MB 1,994 36
354,504 354,504 000000000000000001657b8b4559dd6874a2b6c7985d526c696700c87a4726fc 0.56 MB 1,128 28
354,503 354,503 00000000000000000376675ddcb1e98f00c6cb53ec24e05a5c5869be01577900 0.00 MB 1 0
354,502 354,502 00000000000000001021ec768778e0d45c538224a3a487734bd517f4f10273ab 0.07 MB 123 24
354,501 354,501 000000000000000011324f9fea719ea6cab931e4260dca51fcbe4f8d74b944f6 0.39 MB 690 23
354,500 354,500 0000000000000000155935cfa788ed8a9c7fd8bccc80f793028a3ffbe0810260 0.43 MB 758 22
354,499 354,499 00000000000000001542a94ed89a57d3c1f8d29c3672a0fba1564db15e4a80f5 1.00 MB 1,661 24
354,498 354,498 0000000000000000113b9fb34cc04c0752182e616e8cb038c1e1ea14aa1e4165 0.35 MB 1,024 40
354,497 354,497 000000000000000006cd133c0386a8e7a3a36a1e010dd394dec39e377cd5484e 0.18 MB 288 20
354,496 354,496 000000000000000009fe9ef75a58b62376f0ac52843e10eb0e15536770d9eaf1 0.06 MB 35 3
354,495 354,495 000000000000000007abb85568326e19c4352d0768dbbde6f9129cf52f1390bf 0.19 MB 312 15
354,494 354,494 000000000000000006844a7db623c028527fdab798a5ce5cb59b5f71b6187243 0.75 MB 664 14
354,493 354,493 00000000000000000b13f6549bc4134e44cb2dbe810b8b7fbb60c9551560ea96 0.75 MB 1,740 33
354,492 354,492 0000000000000000158e36e589cf30df26e6669b6deaa00f9979f56560e9cc7c 0.75 MB 2,278 41
354,491 354,491 00000000000000000b3d84d517844b91e3329d3d344d80f8df1bdbbc3845e8f0 0.48 MB 1,096 26
354,490 354,490 00000000000000000a4086b91d07243a0bdb11b80574acf9091dfac3c8424855 0.25 MB 465 25
354,489 354,489 000000000000000009065787bfe99eeca871f3b2a32d55ee23a41bb9f7e94a33 0.10 MB 217 32
Previous 10 blocks ↓
Total Size: 769.03 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,625.05 GB sent, 93.02 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.