Memory Pool Memory Pool Refreshing

9,702 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,090 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (735,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,652 172,652 0000000000000532e071fd017d92d2e95792e0a412812d680897308a5ddae43c 0.01 MB 35 70
172,651 172,651 000000000000082f357bf7473d65d8ed0a955d418368fbd3715f54a4ba0bccae 0.02 MB 71 31
172,650 172,650 000000000000060a8f5a672e24b7c7f531784e8a0bf6b3be0c732c3e8b8c51fc 0.04 MB 97 71
172,649 172,649 000000000000086e2aec65ef7e54b87d86e85c59577bc9602db40ac7f662cb3f 0.00 MB 1 0
172,648 172,648 00000000000001e9da3ce337b5cca56faadb66384f3b8424068e18d895b808e1 0.00 MB 1 0
172,647 172,647 00000000000005823075c76769936f74e58048444ed42c57c355c328a023126e 0.03 MB 93 113
172,646 172,646 0000000000000a38c3db6fd3d2b8b6e6d0559a723594e2fa321fbe725e5b1d02 0.00 MB 6 539
172,645 172,645 00000000000009f4b210316b9d920af699ca229144e3b9df985d354a05136ba1 0.02 MB 22 25
172,644 172,644 000000000000014883d8ae7322e8389799bd0b3c6064d5d2bdd24bb0d538579a 0.00 MB 12 47
172,643 172,643 000000000000067784b093273ef1a313e05a58f024344f23b2bf1c8e37dbbf26 0.04 MB 120 179
172,642 172,642 00000000000009e5fd0a70d200df54dbc063338de0af0a9630783a4f71417524 0.00 MB 4 70
172,641 172,641 0000000000000b284f0594cc9eb0f0d123e3deb412e5be25d7c5e52f333ebc0b 0.02 MB 57 79
172,640 172,640 00000000000009a9e29cd4b0602a89195f4a0f7c088b92d8434b2cb25812ea28 0.00 MB 1 0
172,639 172,639 00000000000000a471577f43619eee23c96a4d0025226c0faa4f79a9eac8d7ef 0.04 MB 139 21
172,638 172,638 0000000000000af3d202c3ff27364cde1aa93d90e6a1ad9cf8911df00d0bcd80 0.03 MB 65 161
172,637 172,637 000000000000074dc9445a44e9dc82e0cac99a98f4c1f7d33b6dca11b40843e2 0.02 MB 49 38
172,636 172,636 00000000000000f2d2af0234018549bc3a7979b5494ee175f0a944696d063962 0.02 MB 32 61
172,635 172,635 00000000000007f2faf2e6c2e7d2718779c75f41056aa1effa48764be875c5ba 0.00 MB 5 0
172,634 172,634 00000000000003247e55df9ecf7afb103bfc3b3656a48812f3e4a3d6bd6594e8 0.01 MB 22 76
172,633 172,633 0000000000000078e9e2bc0453eb2d0eba05993cc8c03032c5ec462d59d56c38 0.00 MB 5 199
172,632 172,632 00000000000004ec9088a82f2d6f77aa36b0edc16461dec57444be9c4da60858 0.00 MB 1 0
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.65 GB sent, 93.04 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.