Memory Pool Memory Pool Refreshing

8,963 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,825 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (774,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,869 132,869 0000000000001065532c6cf706bd4f8456258d39fd30e48a2b53f3d8f4c280fa 0.01 MB 13 151
132,868 132,868 00000000000011a112de6781b0c128d75d6b883752dc15d08872fe8534b2bd0b 0.02 MB 55 474
132,867 132,867 0000000000000737e99df3609237781011f6ad7b30d5704d692a9aea418d0c22 0.05 MB 116 190
132,866 132,866 00000000000009d32a350ac96a201ec3e6c749237938b96e3539e5099d541513 0.03 MB 73 696
132,865 132,865 00000000000006bbb07de1ff7d4a6655cdf22fbf244b8bc7fd40a3e39696e726 0.01 MB 14 107
132,864 132,864 0000000000000e51efe6c92ad5e3c80831f785bc0ef113f6a574703a2305a36a 0.05 MB 128 21
132,863 132,863 00000000000005a212c458ec4e71369b9717497ebcbe2b6a4b8b83ab10e9f91e 0.04 MB 81 253
132,862 132,862 0000000000000041bec37d92c8d07d2aaf6d31a5ad36d3903bf8c17a18273908 0.02 MB 42 0
132,861 132,861 00000000000002021e40375286f5618d0403bbd97a136e5bb91dcefb5f71a9b0 0.00 MB 11 1,390
132,860 132,860 00000000000011b6426e052b21bec3921642ffd4ea1c1a38196b1d40716ad36c 0.01 MB 18 690
132,859 132,859 0000000000000b29fe747e3d5056f8740534a8b580e940cdae5222b88ba1b325 0.02 MB 51 100
132,858 132,858 000000000000043b269e71ddf095f3fc0ad92a649a630334f03f31cbaab66232 0.02 MB 39 284
132,857 132,857 0000000000000b5dd8e8f3d485819abc4b9974d54a6e1b8a90f4b6d39a086f02 0.01 MB 30 941
132,856 132,856 00000000000001ee51479153cfdb9eefec4351669c3a68ff8418099f46f6a615 0.00 MB 11 85
132,855 132,855 00000000000001bacf5ce220531ff95777e8d9e29f2813be245944fb326cca06 0.01 MB 23 389
132,854 132,854 0000000000000ad5e8d4b1b77b4e16dda82b3aa6c435bfdbe82aa50e9fceb9b1 0.03 MB 89 205
132,853 132,853 0000000000000293d1b2356d0ab10d8fc258e385d23c427400794e5d51ac8a62 0.04 MB 88 145
132,852 132,852 0000000000000691cf54be70b2051e53896dfb9032b35428a9f290674ad9c1f8 0.03 MB 63 219
132,851 132,851 00000000000012189f861788e64e64631481422981699cc0b341ffccec633903 0.05 MB 37 122
132,850 132,850 00000000000012edc718b12c1b6f6db074ac347d1d727127306a2e1912149ebe 0.05 MB 79 139
132,849 132,849 0000000000000073998b1804a482079061d96fcdcd65fdd49bdc0cf56d899d6e 0.05 MB 81 426
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.