Memory Pool Memory Pool Refreshing

44,630 transactions
28.26 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
5 sats/vbyte 3
5 sats/vbyte 6
5 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,235 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,246 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,234 (82,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,347 793,347 000000000000000000004f7860ddb7a58249a80d0417a8b0bc0a5c5ea710905c 1.55 MB 3,329 71
793,346 793,346 000000000000000000027694d66404acf251e7b015e15b003fc22a21cae3e802 1.84 MB 4,021 24
793,345 793,345 00000000000000000000f608107ea4160fa986b7a097fa319cb28069a6e67a2c 2.80 MB 1,884 30
793,344 793,344 00000000000000000001ce269df32b08e0bcaccc60ef0f07d45b681a80df8c96 2.02 MB 1,915 40
793,343 793,343 000000000000000000006790abed810b207bddc99d6ba464804705f187b089c3 1.47 MB 3,024 56
793,342 793,342 0000000000000000000123f5afa36de03a7af4f42c37fc29517cd1ba53f929ac 1.61 MB 3,459 89
793,341 793,341 000000000000000000017cb0415116405d5525034cba5d73c064f322916529ff 1.78 MB 3,391 25
793,340 793,340 00000000000000000000085977d3e8be801f16275746f3c59230520a70277985 1.34 MB 2,042 48
793,339 793,339 00000000000000000003cca4b411f8a6c195863901197252055ddca1289e56d4 1.40 MB 2,111 68
793,338 793,338 0000000000000000000366e5ef30e46568f0f4e0b422ae03284dbfe390395c39 1.60 MB 3,191 51
793,337 793,337 000000000000000000015d773fecbb0cd1c8e3369ab415d9b0f59d1d909dfb6f 1.28 MB 1,022 20
793,336 793,336 000000000000000000046fefbbba5d47c11b083371eca2405b3d2b942221e076 1.65 MB 2,977 48
793,335 793,335 00000000000000000002486282f048deada5323cc53cf2b5235358907c9ec89e 1.44 MB 1,737 30
793,334 793,334 00000000000000000003ac5c021b2ef3e29a12ef586967b98ec6cdb2ef2f6029 1.95 MB 2,562 32
793,333 793,333 000000000000000000029a0acbd916ae1e70a589fcc910d38dcc93b277d88864 1.59 MB 1,178 19
793,332 793,332 00000000000000000001ebdf5823090f8f6f46db59549f027b452b90392edaba 1.57 MB 7,426 20
793,331 793,331 000000000000000000005f39d396e106090f033bd11460a4aa3fcf44fe4c7825 1.53 MB 2,194 24
793,330 793,330 000000000000000000006e98444f67767c0b2ea75cc625e614f0730a9c1adef3 1.57 MB 3,205 53
793,329 793,329 000000000000000000001c46dda7e778f4fa7598bee48dd94e898d119fa7484e 2.09 MB 2,539 24
793,328 793,328 00000000000000000001d1ed84b1a05240748e66d1463240054857c96dd5d9fe 2.76 MB 1,585 53
793,327 793,327 00000000000000000002f45e46c3b41d9f4f2b997022540ab59760f9e7a3426f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 710.91 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: 755.80 GB sent, 17.81 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.