Memory Pool Memory Pool Refreshing

1,703 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,695 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (833,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,512 75,512 00000000001b079c21ccd089c1f214a3883924710c5d9f241bd751fe256f69de 0.00 MB 2 0
75,511 75,511 0000000000024f9df3734d70a1f323a64b314d8b777418004edf14e10c9a0ef9 0.00 MB 7 0
75,510 75,510 00000000005e34c36c08a2ef36925a4b5500c7f29aa054088629ffd8dc26ccfa 0.00 MB 1 0
75,509 75,509 00000000007bf4508b3b01476abe7e212b169baa57948dc47f32cf291aea8334 0.00 MB 1 0
75,508 75,508 00000000001f7dfbc4c9f1782883a8a90fbd662be8b79e2d41884cca5e410b92 0.00 MB 1 0
75,507 75,507 0000000000228b2eee41a8930eb1637a1766a770bc9655f33391b0ba63bfeecf 0.00 MB 1 0
75,506 75,506 00000000003c9e26decfc363a88a3a730bbb41eeabfb81e50ba085169099a98e 0.00 MB 1 0
75,505 75,505 00000000002ebd7ab044a87b41e231326c9e1b6904e213fe67a2309faeabd491 0.00 MB 2 0
75,504 75,504 00000000004dec7c18770294c0d4317a80ee3010913925eb85ac22650f9d219a 0.00 MB 1 0
75,503 75,503 00000000002998eebf19777b603c278a02d3d8915a13798851e0f0d37b6c85fe 0.00 MB 1 0
75,502 75,502 000000000062e8bb19dbf89b8bfb0082a9ecf9575776dc236d513a0256d6f471 0.00 MB 2 0
75,501 75,501 00000000001442ada73522fc9b2319a7c507acb73d76972d293095c526870176 0.00 MB 1 0
75,500 75,500 000000000050de28c36a87990ad32da90a0ef1053bdce8cdd7b0cfec4ac1c0c6 0.00 MB 2 0
75,499 75,499 00000000001f05fb5d2b8d5e16540f5b02f094d92e41f628aebeab806f71bcaf 0.00 MB 2 0
75,498 75,498 00000000004fc76c3381e0e5e11e690a56f0062cf41b86b073b8c1b86827d53d 0.00 MB 3 0
75,497 75,497 000000000075ffc394e43194bc24be3e2a82c5f9ba2a38affc08da51acc71248 0.00 MB 1 0
75,496 75,496 0000000000789e784df3a693fe854256ceaca34b5c6802ce19ae6bbebafe6194 0.00 MB 1 0
75,495 75,495 00000000007088b012548e6ca524e8d5b7b4226311574ecacc43a34b7f430b0c 0.00 MB 1 0
75,494 75,494 0000000000185174683fbb72a39d9210b56b117ef2691466ea30808faabe321b 0.00 MB 1 0
75,493 75,493 00000000002ce248bd785a3d8ac0cdc06e7df3a8ab88f9690a518035ad5491d5 0.00 MB 1 0
75,492 75,492 0000000000388213fbe007ca81023bd19b4bbd60334b995d05314808aab8aa84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.63 GB sent, 100.53 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.