Memory Pool Memory Pool Refreshing

2,876 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,230 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,851 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,229 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,229 908,229 000000000000000000007fa5a4a9858d8b261afda78342100abf35f5c081340f ago 1.63 MB 3,130 3
908,228 908,228 00000000000000000000d77f6f8851820d9ef29b614b60736d35cb2184ba829d ago 1.17 MB 1,106 0
908,227 908,227 00000000000000000001bc55905731f5dcf2023db215db33de014381f97f1481 ago 1.97 MB 3,036 1
908,226 908,226 00000000000000000000a360040ca399ed517e61245f99cdfc1f792f9cf493dd ago 1.79 MB 2,509 2
908,225 908,225 00000000000000000001ba9233e73b2b18513c78b4740e43477f610d0b97ebe4 ago 1.55 MB 3,545 4
908,224 908,224 000000000000000000020bdc8c838ecf576c66b8b49ac4c028928bd7f875da9d 1.78 MB 1,953 2
908,223 908,223 000000000000000000009572cce1b45ddcdea8c5473f5b2b7069df3c06a6835d 1.73 MB 1,150 2
908,222 908,222 0000000000000000000043d308f8eabdab76f7b0b8ce5f5cbe056658d018e684 2.19 MB 710 1
908,221 908,221 00000000000000000001f33a6bb9afd6f3497e65b54199b74e7921876cd909ed 1.93 MB 2,271 3
908,220 908,220 000000000000000000001dbb98e9a0c39d22d73f1c6ad8c95b5c861168583403 1.75 MB 3,193 3
908,219 908,219 000000000000000000000e9e73d59ef032c34809e3983c5dacc3865b877b81d6 1.54 MB 2,706 1
908,218 908,218 0000000000000000000179c5ca0fac13bfdb2e714cfc0000c90cf4112866b56b 1.95 MB 2,570 2
908,217 908,217 00000000000000000001b82a2d2d42467c6bf9040bf7d4b2b5e6adea457e46f2 1.72 MB 3,562 1
908,216 908,216 000000000000000000007be61d3699ea667284485392ff13ff4aa22a751cd17b 2.26 MB 2,382 3
908,215 908,215 000000000000000000017eaf6b7c76c9b1161ec7230cc3608927de28f67b3532 1.98 MB 3,049 3
908,214 908,214 000000000000000000021a82cba6148eaa9e2f49df0867ac9d453eafc93424ba 2.12 MB 3,195 1
908,213 908,213 000000000000000000002df4a0d8d767d3d6880afb0458340413bf516c922c5b 2.07 MB 1,434 1
908,212 908,212 00000000000000000001fe22ac83fc1a5ca2fc031642c2f1b31195dcefda075f 2.02 MB 2,634 1
908,211 908,211 00000000000000000001b9e542fc28072a94db10745dc688a1c5cfaa761bcae5 3.00 MB 659 2
908,210 908,210 00000000000000000000fe20bfc576cde9a02e1492c1905bf1bf175564f8915c 2.48 MB 2,273 2
908,209 908,209 00000000000000000000e43efee17d0dc1180d7c772183641035b2efd9e19477 3.94 MB 54 1
Previous 10 blocks ↓
Total Size: 770.02 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,685.78 GB sent, 97.74 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.