Memory Pool Memory Pool Refreshing

1,022 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 989 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (76,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,274 831,274 00000000000000000002422a4ce1cd58fa96f28aca948e348fd98aa0761818c2 1.59 MB 3,297 37
831,273 831,273 00000000000000000002e9c72e407fc135ecc37449593369ae619e9ec84a7296 1.60 MB 3,823 28
831,272 831,272 000000000000000000015e16280386a8c44d574345bf32feb02e5143b420def5 1.61 MB 3,370 41
831,271 831,271 0000000000000000000128fc6fa370d618f2420e9a5fc9103d99a3debac81e4a 1.63 MB 3,026 23
831,270 831,270 00000000000000000001ccaea9480e1f05e695ce73ad08fb81aeb89d13e1e8d6 1.60 MB 3,711 34
831,269 831,269 0000000000000000000328343c18accd606e48371b793b26c3673d82bf17bca7 1.53 MB 3,700 33
831,268 831,268 000000000000000000022d060c2f8364c4c7655e30362306018ebd0309ddd409 1.63 MB 3,140 32
831,267 831,267 0000000000000000000323a3b7304ddba3e9f1a6bd762416d1a302096d1ca346 1.59 MB 3,765 27
831,266 831,266 00000000000000000000326aa79dec67b9ce8b9d89547015ffcbe469ff1d250d 1.60 MB 3,598 25
831,265 831,265 0000000000000000000225467e8e7e58ce5256a17ad9c4e40cd2e8dbf3c4ca03 1.75 MB 2,652 29
831,264 831,264 0000000000000000000119c09eff102ce4efa0826a9777a977cdb23200fc97c9 1.57 MB 3,546 39
831,263 831,263 00000000000000000002c30fcaefacd6ccf8b862160c6f8b8c8494d06136f871 1.64 MB 3,114 37
831,262 831,262 00000000000000000001455d8c08a2a13e22faa27ff59381bf0625ea003ca9b1 1.79 MB 2,475 16
831,261 831,261 000000000000000000021e13ee0d46000057c6070cf486a8eb3367ed3c9248e2 1.72 MB 2,162 15
831,260 831,260 000000000000000000017ec11a24dc29f5f5751e9042590813047fbb0e381a18 1.65 MB 3,276 22
831,259 831,259 000000000000000000015424ce638cd4f6742b259afd6f3358d8a8248f647d8a 1.57 MB 3,066 27
831,258 831,258 000000000000000000020776a231088e06cc00459f4cc7f6b91a3fb84a5beec1 1.66 MB 3,064 21
831,257 831,257 00000000000000000002f33e6009092a906fbe5a718082ac9b67c5e43d89238c 1.75 MB 3,571 22
831,256 831,256 00000000000000000002aa1eb19a4709e1603e7698feba14521b89323160ed9f 1.74 MB 1,958 18
831,255 831,255 00000000000000000000fc6c3bd42580fd775018a31c65d48c65044cb6fca34d 1.63 MB 3,190 28
831,254 831,254 00000000000000000002ff9793d9c30b83c05660d3e33ec2417850a460dcd88b 1.88 MB 2,334 19
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.