Memory Pool Memory Pool Refreshing

6,814 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,032 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (863,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,700 44,700 000000002356785a791f0bcb899705411dda357f8731cf544000fdda15eb4030 0.00 MB 1 0
44,699 44,699 000000001cce037ccc1966686fe248134bd1271ef524e6c36e7faa7b14d2c560 0.00 MB 1 0
44,698 44,698 00000000017d52b29213a6375b46bf38d03fc34c90f65a28495b348bbd6b92f3 0.00 MB 1 0
44,697 44,697 00000000157350538781cc499504fe3d6a73f6208efe819c15f33613a37b64dc 0.00 MB 1 0
44,696 44,696 00000000045d96bc619500bd14426bc479b14fcdf3e7d90274acbee4afac522b 0.00 MB 1 0
44,695 44,695 000000002113b257f49b98ba2373744f6692c0e717146265f1e5dc394207a6e5 0.00 MB 1 0
44,694 44,694 000000002d02abf7f253d0e24f7da70436346e8b2eff34e1f192a3e6bf10d505 0.00 MB 1 0
44,693 44,693 00000000156d0a43f7abc20b766cc9709428937f9685fe41cd53bfda01833059 0.00 MB 1 0
44,692 44,692 00000000038f7cf85be0be7ad99e621444697f690e96f178f78e0618cf7c2b35 0.00 MB 1 0
44,691 44,691 000000002ada2c31fc1fe220bb6b03d550d1330a6d8a5f4b72007bcdf1977dac 0.00 MB 1 0
44,690 44,690 00000000279b219b3ecbcc1f7b69c29a1b1311b04ed5dc8253ade690face1251 0.00 MB 1 0
44,689 44,689 0000000033706ded6f5820aaf718fe680944548787d3fe624ffc9d8e20a6e2d1 0.00 MB 1 0
44,688 44,688 000000003342a6e87005414f823a5c3131b1b3e61bcd53299ec38f6468c24429 0.00 MB 1 0
44,687 44,687 00000000272295296d500fb2cee387d8fda47c5b6b813ac9cbb95d9e8664b034 0.00 MB 1 0
44,686 44,686 0000000022254bdf3dc2d712a759c5d5e173148c967ccca1cc11ccd2d6dd79cb 0.00 MB 1 0
44,685 44,685 0000000027530812ec6d4d4a9b5fdcaa845932b6b054d95cd3de8c3dc43722fc 0.00 MB 1 0
44,684 44,684 0000000016e17527327ad8ea5f64e2875fcf8c36b0da397dbba854f2a044d66c 0.00 MB 1 0
44,683 44,683 00000000386b5a408f3e3d9cb7a9a5496c90415ed4db59ff3af9913aa9678103 0.00 MB 1 0
44,682 44,682 000000001715026cab6383e66effea7ec65dc210d6600ba815ca4c835e207b6f 0.00 MB 1 0
44,681 44,681 0000000017721a84d447fbfb0aa0b06c79766cdfc6f6fdb9aa60993b3c75a1a7 0.00 MB 1 0
44,680 44,680 000000000fb5627aa30fcec0d247472abc79d5940c18308fc5281a2fa5583a18 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.