Memory Pool Memory Pool Refreshing

3,495 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (893,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,482 14,482 0000000011c1f30e601dd6c6efc97e5a060f2a1433848fab672e27426c750624 0.00 MB 1 0
14,481 14,481 0000000036929d7afc4be6b9f3945a0130b390ae98893be77f0adc81674f34eb 0.00 MB 1 0
14,480 14,480 0000000043e65c6f7d318d944a7f2d1de4f2015e9a839896a7073497a3c464ef 0.00 MB 1 0
14,479 14,479 000000002474549b74a59e0595e51b4b967654944eb1a42e71a5d3d720a9720e 0.00 MB 1 0
14,478 14,478 000000002ab4da683eb6c7fd42e1c8b0d57329f511cf85d82b6f828b522c90f6 0.00 MB 1 0
14,477 14,477 00000000a20878e8f0790298060dd38bfaa1172cc6079310f14d9facd0b5e000 0.00 MB 1 0
14,476 14,476 00000000ad6178bf72bc84a06244709ea1ab5074994e3495ac1c48698b414de1 0.00 MB 1 0
14,475 14,475 00000000d997632e5a221cdb8e9ade397d3b4ecc543925d58cb394810bca6e97 0.00 MB 1 0
14,474 14,474 00000000cc96141916b27aae7e58af39016e3ecc0ab9c35cbba9a70b3ebd4140 0.00 MB 1 0
14,473 14,473 00000000ef12d2ef3b9e3f6e014803c8ec104e9deedb90715b7fd9a8611122f2 0.00 MB 1 0
14,472 14,472 000000005940800e91c5a662271ae047dcd8d0082466b306262dabedf7c45fb7 0.00 MB 1 0
14,471 14,471 00000000928f05f0b74deae948a800a332c05b9bfa69b64e7eb747da23656732 0.00 MB 1 0
14,470 14,470 000000006f3f0dc3caaef57cd8b37e6b2cc8937dce79206b54a648cb17ab1ca1 0.00 MB 1 0
14,469 14,469 00000000e6a62fafeed07988afba57ed2596580594fc306589fee175d61ddb0c 0.00 MB 1 0
14,468 14,468 00000000aa76dd338478f5d19edeb667a57c225ad66eb256107639ab034b200e 0.00 MB 1 0
14,467 14,467 0000000021c22f6ebc4462e45327cd59f7dba0c5fa38ebb84207f190403315f4 0.00 MB 1 0
14,466 14,466 000000008053967bda5920ee2ad6df10e28b64774bfec5f6acedeae47b049ccd 0.00 MB 1 0
14,465 14,465 00000000f356067e8523ae3af1a6a28650f3cded5c53320a630925f6563b59f9 0.00 MB 1 0
14,464 14,464 000000001549aab8c0d631e9e13657d9726fdaf79bf2a188395bb609474056ec 0.00 MB 1 0
14,463 14,463 000000000c0456286a65c58b4714328cbdefa1ae429f3a3fd2cc0af82736843d 0.00 MB 1 0
14,462 14,462 000000007e30176a2f8a015d96e5db3b6471efaad812b791f78971672b241931 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.36 GB sent, 98.31 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.