Memory Pool Memory Pool Refreshing

7,462 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,066 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (822,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,100 86,100 000000000022c09289eeca6d0a4752fe16023f7c44513d182140e63485458c8e 0.00 MB 3 0
86,099 86,099 0000000000099509c45f3eb30528755b80a5d908a6849821f95959be8a2f6c8e 0.00 MB 1 0
86,098 86,098 00000000000d3ae0a2f80578fd97ca74cbb281951918883f55ae8694d3a33f98 0.00 MB 7 0
86,097 86,097 00000000001cbd7c8b35dba77ef6c70dc6d70a014ed9f01990b2d58360a6b3a4 0.00 MB 3 0
86,096 86,096 0000000000146cf80fefe57d1ea3b349106bdb0c38d58abb2370b32ab0920fff 0.00 MB 5 0
86,095 86,095 00000000002ad5cc18661836506b507f3a70c484195f3ecc385f9204b5ca205b 0.00 MB 4 0
86,094 86,094 00000000001ff0bbb6d5d6952321d31ba7844e9061211c93c3df058472489d3b 0.00 MB 11 0
86,093 86,093 00000000001a8cf4e9b9692473d49f73bc038fee2320a849a73814c3d4e2f583 0.00 MB 4 0
86,092 86,092 000000000009ffc459ae73fbcbc7481a382e5a0324e737c8c2379a2ddd5fb314 0.00 MB 1 0
86,091 86,091 00000000000a35d30c967941639717edff69ec968342936230794b4c104ff004 0.00 MB 1 0
86,090 86,090 00000000001bf0035e95e90df7ca065e971c1b335a2de0072176ab881264408b 0.00 MB 1 0
86,089 86,089 00000000001881cb10cb0a7cbda08dc4d058ab93912ec6224461b35d2b678143 0.00 MB 2 0
86,088 86,088 00000000001b268773fa967848f9d626334fe70969bfb5abd226db14ec3ed147 0.00 MB 5 0
86,087 86,087 00000000000f4c99d50b0eda6c088a19cf72b44762db4ffd983caa40c1946438 0.00 MB 4 0
86,086 86,086 00000000002f31d4223b0fcffa3ee5274554a1373e63ab709c17b368f8ac6c91 0.00 MB 9 0
86,085 86,085 00000000000a7f5c672d4723663d07ff8aa636727e46264b6fc95db493f6cb11 0.00 MB 2 0
86,084 86,084 00000000001ddc1581c24db8e0e032194f54afbea2e565437ae438f4e5be0b07 0.00 MB 4 0
86,083 86,083 0000000000072ed94911dc533baf8f2068f488617a9196a5ccb8af4af5c0f95e 0.00 MB 9 0
86,082 86,082 00000000000279700362a6c7bc6ec44a90a809a77804e9d1a9711256db2bea61 0.00 MB 5 0
86,081 86,081 000000000008e830013e5c43f1c3b2707448b8dc6abe0bec6ce3ed233d249b2f 0.00 MB 4 0
86,080 86,080 0000000000176e91034381d3c83d24ff266013349a853e101b971a2d70fd6edb 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.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,854.30 GB sent, 101.94 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.