Memory Pool Memory Pool Refreshing

3,651 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (693,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,070 214,070 000000000000002aeab1c5b9fc27e14f759ab16a3e4cde600d98718b93e50416 0.25 MB 496 170
214,069 214,069 000000000000018829028b3af6d47eac9dab3f4b233c77aff1ee2262fcd0faaa 0.25 MB 817 291
214,068 214,068 0000000000000201f89bde8b662c6adb300669a501f62107d2704c4fbe1d4005 0.25 MB 765 282
214,067 214,067 00000000000002b9574df1437cb653ba52ea018d40d107691f725b739877c8a2 0.09 MB 173 124
214,066 214,066 00000000000000efed6507237f0830559eee7f47c4d9ab09fefeb52b609e6612 0.00 MB 10 14
214,065 214,065 00000000000003d90aff666d1495c16624393baf362b4f6a7a7762790bbb4340 0.20 MB 548 214
214,064 214,064 000000000000016eb811958478974bddea4d2432420cfb24fef94865f05fd035 0.04 MB 79 208
214,063 214,063 0000000000000279368d6a4cca77b91d84ac672a7eb3d0d8e1f8296390d1f101 0.06 MB 168 257
214,062 214,062 00000000000000ce1c612a2b179062ccb7667c33e4f6fe589c733c5bd4a3bafb 0.37 MB 555 96
214,061 214,061 0000000000000159ea888e9b7d0986b5294d61b370e54af32d9e893fc269d82b 0.03 MB 62 158
214,060 214,060 00000000000004fa8c882f30ce0bf3c07b505f7a49a9346d6056c7dad8fdc95f 0.25 MB 635 203
214,059 214,059 000000000000056c4ec69773f7c543805be14d713d67e5724de64ab4832c1397 0.00 MB 8 0
214,058 214,058 000000000000017abb881c77397f1388deb3b52ac6e1c6351de97bbf81180324 0.25 MB 511 152
214,057 214,057 00000000000000cce5bb338df14c9cdee85d5e068a7291b36dc7c3e436a4ccc3 0.22 MB 549 194
214,056 214,056 000000000000038b1a876d1f0d74b0062929081f397ed0cace2e50fdb3f3f367 0.31 MB 803 229
214,055 214,055 0000000000000341997a5d9b7fb1f07df7b5c0f71fe283d8fb678ee9625da199 0.00 MB 11 83
214,054 214,054 00000000000000230953220261ce1ba329d7631ff5e77ac4e6418d7b63efe099 0.19 MB 518 206
214,053 214,053 00000000000005591a72cca7bb4cf5f6f111131d426ac99c44f898d1acb3826b 0.25 MB 494 161
214,052 214,052 0000000000000056f00920de64ace0df2682df63eb1dcf8191560e378b7df31e 0.25 MB 746 218
214,051 214,051 0000000000000124b383fe2aaa39cac0fb3baac6f523eea0d85ff213192bf275 0.27 MB 544 159
214,050 214,050 00000000000001964f9919e5f30aeb5159b0a008ca56e3a37ffed3cb9eada203 0.20 MB 699 275
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.