Memory Pool Memory Pool Refreshing

5,202 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,401 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (3,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,238 904,238 000000000000000000025438d5aa4e847612d788fdc5569ee67cfb5c8a4c7a02 1.65 MB 3,882 2
904,237 904,237 0000000000000000000136aee49fcc6bff099b317c42feb44f713e81788d5db7 1.67 MB 3,220 3
904,236 904,236 000000000000000000022817c5dd99f44534cf94cfeffefbbe21b2de8600bf8f 1.79 MB 3,279 2
904,235 904,235 0000000000000000000029caa7cbdf03f49f79cb0228e5ea1e64f23e0f40fec0 1.65 MB 2,551 5
904,234 904,234 0000000000000000000020cf1b99e41f1e3d16fda0c412a060cf411bc6d19aa3 1.62 MB 3,643 2
904,233 904,233 000000000000000000019142318258aaa567c9bf67844d0955161fa51d4560dc 1.73 MB 3,537 2
904,232 904,232 00000000000000000001db8850dfe78b81e97456f3855b3701083e65a9d87cc5 1.62 MB 3,785 2
904,231 904,231 00000000000000000000a698a2c32a3949eeec247e19c4de11ef46b4c733fe26 1.66 MB 3,993 2
904,230 904,230 000000000000000000002c558556a59af14a2d671bc7c719f61e9af07e83311a 1.84 MB 4,730 1
904,229 904,229 00000000000000000000f3f5fef8946dc6c8af754854bfd44e2e0936be1eb4a8 1.66 MB 3,736 2
904,228 904,228 00000000000000000000e75b6450d7d0f310fabbda5f4dd17b77daa3c613129d 1.68 MB 3,835 2
904,227 904,227 00000000000000000001ed595ae1053e9f831eecda6458de25a033d37ad8af8e 1.74 MB 1,408 1
904,226 904,226 0000000000000000000001ce96e835ed901d4fa048fe31012471ca93c05d2996 1.78 MB 4,815 1
904,225 904,225 00000000000000000000fcaa99480bad11c62048de81323ff0cbd98d256d3a30 1.79 MB 5,058 1
904,224 904,224 00000000000000000000c42ff23c313610cf91cbe555fd62315eb413e77c6304 1.66 MB 3,532 2
904,223 904,223 000000000000000000019a739987a86faed875e61664eca5f5f0c0d9e7643360 1.79 MB 4,856 1
904,222 904,222 0000000000000000000009dd7234cfaa3ef219976e95210bf174a09d45472158 1.81 MB 4,582 1
904,221 904,221 00000000000000000000cf7d0164efdf543dd8351d1532f2c72155c2c1bfff4b 1.67 MB 3,738 2
904,220 904,220 000000000000000000014edc5d22daef58a213dce91efe3338d4e217db4ee739 1.75 MB 4,422 1
904,219 904,219 000000000000000000015227aed986f7fde169a0d9c1d9dd7b8fccb88399ebd4 1.75 MB 4,756 1
904,218 904,218 0000000000000000000262f3ca41e9a11c322cd7ef868de35cbf70032d54c7d2 1.83 MB 4,822 1
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.