Memory Pool Memory Pool Refreshing

8,834 transactions
11.03 vMB
Show Random Selection Loading Transactions
Max Size: 64/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
881,626 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 366 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,625 (275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,350 881,350 00000000000000000000f7ad0938125d8062ab60db97afee27433a98b8cf429e 3.41 MB 796 1
881,349 881,349 0000000000000000000022bd9c9ca43a43c43d687f3db9d2af6346e13503a4c3 2.30 MB 2,631 3
881,348 881,348 000000000000000000026b66e229645164f77466e7c3c190a3f5c5e685bda6f7 1.79 MB 2,804 2
881,347 881,347 0000000000000000000215d530de34935c9bcd1bbd3a774c4e795fef464e0d50 1.49 MB 3,539 5
881,346 881,346 00000000000000000000a71048b283d7f0926ca20c79c1ee4623767b30900806 2.91 MB 1,461 2
881,345 881,345 00000000000000000000ed450c9431383f2dc10b54d351904bd9cedc78c5c22e 1.65 MB 3,518 1
881,344 881,344 00000000000000000000eeaf2f81cbc443c8183266bb3e947f53b20890e37cca 1.64 MB 3,358 6
881,343 881,343 00000000000000000001bb850bda6b6e46f2da02c84503d0ce12215172f052f4 1.87 MB 2,018 3
881,342 881,342 000000000000000000000ffef9e69bf97e15581cf6450f41dc8ba69fa250b5e5 1.57 MB 3,864 5
881,341 881,341 000000000000000000011cd66bc830830a405ec01f4637dd6506c741317f0b8e 1.58 MB 3,389 5
881,340 881,340 00000000000000000000031f9e16f961aff14c59e3a410e4cabf34b4e344f7d6 1.70 MB 3,483 5
881,339 881,339 000000000000000000003d382155edebedbade97ee51042680415b51fbf5e8c5 1.99 MB 1,931 1
881,338 881,338 00000000000000000000cc9115fa32baabab879ed338d0f7ef18f77ea349c6e2 1.52 MB 2,922 2
881,337 881,337 000000000000000000021921d63016f49346cbfbcc3f05f85812f119815d4600 1.64 MB 3,577 4
881,336 881,336 000000000000000000012f7a53eaf1e3e5fa9ba01b4289e1f6b2bc62f872f027 1.70 MB 3,587 4
881,335 881,335 0000000000000000000045cc62ef179016f9d40ea95aba4d6b81961044eb2d47 1.81 MB 2,653 3
881,334 881,334 00000000000000000001dca64562b48fa6f3bab32f5e55336ddad1d35cd2e941 2.14 MB 100 1
881,333 881,333 00000000000000000000c77633358953b0b95deacea392161aee02bfb828ee81 2.03 MB 701 1
881,332 881,332 000000000000000000008ef83ec10641354d7b3b1e2b8c16341f5f2679471a7b 2.02 MB 1,604 2
881,331 881,331 00000000000000000001217d0c5ad73c57c4f93c61fd52528e474ed8867f84ea 1.75 MB 2,043 3
881,330 881,330 000000000000000000027638592d1f2a052afe84e0d9e09646643069f83b3f25 1.79 MB 3,520 3
Previous 10 blocks ↓
Total Size: 721.65 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: 2,013.94 GB sent, 71.83 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.