Memory Pool Memory Pool Refreshing

2,485 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,467 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (10,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,621 897,621 00000000000000000001f1dcde8bf7dd405ca14c4a52c40006df66f8015aace4 1.55 MB 957 1
897,620 897,620 0000000000000000000064b76273428397bd07367fc77f2499b4b6a0d723e110 1.63 MB 2,524 2
897,619 897,619 0000000000000000000061b034d45fa2716d68475bba9af3029f138a57bdb2d5 1.59 MB 1,301 2
897,618 897,618 00000000000000000001920f8af9183d7a74792f0e675f60faac8b508a4aa8d9 1.69 MB 3,031 4
897,617 897,617 00000000000000000001aaeebdcb4e032d17dab9b717a4b3adf97a5c34e84468 1.53 MB 2,710 4
897,616 897,616 00000000000000000000ed7a560fef43930a29ba9f061adf24bd683e22f3f864 1.59 MB 4,093 5
897,615 897,615 000000000000000000018ee4679ee40011cef1609455417a806ff292b1a1847c 1.48 MB 3,562 9
897,614 897,614 00000000000000000002034b9da8a63738b262c708ab2eff35e4c670561aba36 1.60 MB 3,406 7
897,613 897,613 00000000000000000000b805a8212e435e98e449f99a8ae5c858faec5e53471f 1.67 MB 3,911 4
897,612 897,612 00000000000000000000f6e77b0853f57cd1c9b7df55795cdfc0e50f4dd94067 1.62 MB 3,434 8
897,611 897,611 00000000000000000001569ffcf6d7daefeae2a949d2c0ad6c5c47b604f0ab1e 1.58 MB 1,646 2
897,610 897,610 0000000000000000000224a0f1bba4da0b0e0851746326e5c11a289917a3f261 1.80 MB 2,678 3
897,609 897,609 000000000000000000020a54153c7ac8274fd4af66cef54ebde0db97f7891527 2.07 MB 3,259 3
897,608 897,608 000000000000000000008cc2ad81a417f4cc9578c16d0ffe905e0999267e5e8f 1.56 MB 846 2
897,607 897,607 00000000000000000000a5ee297094cc189d2506b4228bb4b67e0addd2a467b1 1.02 MB 235 2
897,606 897,606 0000000000000000000086a2885daa59ce8678d64eb5c77e17b6c8bdecd17153 1.74 MB 2,017 3
897,605 897,605 0000000000000000000162d5c01459c1bef4f1180610d108090482d956370901 1.46 MB 3,271 6
897,604 897,604 0000000000000000000039787262a18f04c2c3be7a71292f8bde3772e0e603b5 1.34 MB 1,197 3
897,603 897,603 0000000000000000000054a74a28d4bbc49f3af1907559968f55c7bf7521b828 1.18 MB 1,007 2
897,602 897,602 0000000000000000000004b1f1bb50fe404c4a9f4889d9631c00d38df9db6788 1.73 MB 1,329 2
897,601 897,601 000000000000000000001c8b6ce12e13817b2dc75e8235f0eae561b934d4e076 1.60 MB 4,535 4
Previous 10 blocks ↓
Total Size: 769.00 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,616.88 GB sent, 92.84 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.