Memory Pool Memory Pool Refreshing

4,217 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (778,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,299 129,299 0000000000000d6603dd83d4ecb3545815ee6a50a207cd6bc6577af267eecddf 0.02 MB 60 386
129,298 129,298 0000000000000048160210cf261b18ec09adfc1c1658df108cae6d9bf08a19e8 0.01 MB 38 552
129,297 129,297 00000000000014af3399a146f7188eb6308d7df2aaa863218ad3fa28e558d365 0.04 MB 96 1,184
129,296 129,296 000000000000029e18d13a748f5d01dbd916309d36937e1f0b58a973238ab8bd 0.01 MB 15 486
129,295 129,295 00000000000008bfe9107f02866c17943353cccb94b55c6a42b4efba8ffc2eea 0.04 MB 77 1,094
129,294 129,294 00000000000008ceb08a024a12cf7af40c19488eadcb8c3af53e07c929e7620a 0.01 MB 29 789
129,293 129,293 00000000000010e179adb139345f214b82e738b4e335f64852708940de3a1969 0.01 MB 20 951
129,292 129,292 0000000000000c6b996183e7b3ac3035c63c21a06e21067cc295ae1fe011c476 0.01 MB 31 955
129,291 129,291 000000000000134c0e9034561819dfb6564e89f81574a86c52a3ac338d70c9db 0.01 MB 18 863
129,290 129,290 0000000000000174f654b446a752906a14aebe3f18d2d1ec24075d3a53244e20 0.04 MB 92 433
129,289 129,289 000000000000122c54b5b07b377d344d9028bb1c8f9f3d99ac7b82a0c32bac97 0.01 MB 16 729
129,288 129,288 00000000000012445e49e4dc60112511b062a6e3ed30655c9fa28cce9a952b6e 0.03 MB 55 921
129,287 129,287 00000000000000a741d863f7c61556f3880664eb07c49925ad73b2b4d0c9595b 0.00 MB 2 0
129,286 129,286 0000000000000ea764f6e5e3c2f0e9572d5ab8a4ebadbaf50be2ab7ede6c6815 0.03 MB 65 609
129,285 129,285 000000000000174ba7f781c3a783faf359d23b8539ac9c6232506e44858fc5b5 0.02 MB 36 1,397
129,284 129,284 0000000000000a84818fedc4c86b37b49a03863f2f6db534761eb16abd0f17c0 0.05 MB 121 917
129,283 129,283 00000000000015114ae2c2b4249fd101a96bd45bc5b1cb1d2d1201373d9dcbbc 0.01 MB 14 994
129,282 129,282 00000000000015c8ebbf77885146e05cfe3584de7197c411480228fea9c9cf5e 0.02 MB 32 990
129,281 129,281 0000000000001b0a989b0c2ffcf2ca3b71a6207e77cd10e58a74835bfb8fa0a3 0.05 MB 128 657
129,280 129,280 00000000000001eec5cb73d347f0d9ebf98d0140ec2b072ee5d8981705d24ef8 0.02 MB 34 808
129,279 129,279 000000000000038425e38aeed80b9c5d7737670fd2fe05d4bce882fd1f1f2b9a 0.01 MB 14 360
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.