Memory Pool Memory Pool Refreshing

4,150 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,130 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (813,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,551 95,551 0000000000066a1c7a246df91ac7d201db8df3481514ecfb1e9be281657426a2 0.00 MB 1 0
95,550 95,550 000000000002b8f3025c250fc410700d24e358f54dd0d638c6b6a66fb8ceda4a 0.00 MB 1 0
95,549 95,549 0000000000020568134a9c3ec006d3d7634fc6ba91f2ed6ab6bd1b313868d339 0.00 MB 2 0
95,548 95,548 000000000001f56e3af4b54d4002a6093b0bcc88becececea9c57abd532032c7 0.00 MB 1 0
95,547 95,547 000000000001cf51b6aa8cb006c5f4652fc0478519ddab5ba609157261a788e1 0.00 MB 2 0
95,546 95,546 00000000000350c1ec74b5cb759f2e688ccbcdb5fab4c93186c26a4cb80dc974 0.00 MB 1 0
95,545 95,545 000000000003cbe456a126ca63ac46a19cd6215b5f475ed150d199c720e39a27 0.00 MB 4 0
95,544 95,544 00000000000185c5cd000225b0905bfe3366d41689e1ec9169967f45486a2afa 0.00 MB 1 0
95,543 95,543 00000000000223c00c8c276187a709e348c5b194310b54ea7083c6ec7a3b2700 0.00 MB 1 0
95,542 95,542 000000000004d2a2ffe3c5a37ba790f9238a0368d512a094fe3e56a3203c2686 0.00 MB 7 0
95,541 95,541 000000000002192c4d8e5e1d9e52fece255703f5c435c6711f25a59100fc0f40 0.00 MB 1 0
95,540 95,540 000000000001a47cb001de92975c96d8108a855057c51cd7ee9ef3c3d3c14e32 0.01 MB 8 0
95,539 95,539 00000000000016bc0cd1b4e3d5039f2e69fd2717f92740921808d862aa75258d 0.00 MB 1 0
95,538 95,538 0000000000014d579d5307878e8f2cff77d7e50c14617e754b0013d9357fb9ba 0.00 MB 5 0
95,537 95,537 00000000000742c7daa46e1fd92a6496e516655a9c9cb1df1d264e39be2ac3cb 0.00 MB 1 0
95,536 95,536 00000000000172f6e911a3dc120a7f2632c71302427a3508883dd7b89546c99f 0.00 MB 1 0
95,535 95,535 0000000000039b6feaa9239d527425a12a69f10b65e1173d22b1306107be0e64 0.00 MB 2 0
95,534 95,534 000000000005fc77e305c19af008876e82cefce943d5de11de7df22a9b6bb123 0.00 MB 1 0
95,533 95,533 00000000000435f80a36c1b6ff6211b6455dedf24d948bbacdecc16b2f869101 0.00 MB 2 0
95,532 95,532 000000000000380da8e00c4ec9e369735d5ae132a5e38cea0a6f96a9854d4abc 0.00 MB 4 0
95,531 95,531 0000000000011894a9c6d682ea1f85bcb020fe11e954fda9d7fc4e6cab41d125 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.