Memory Pool Memory Pool Refreshing

9,326 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,353 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (579,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,527 328,527 00000000000000000aa12af2a208ae44a9a31fdc008c2387b6507c4f5892bafc 0.22 MB 359 20
328,526 328,526 00000000000000001059626b55878e92aee7de3a6479ce54a520b35f1570c9b3 0.75 MB 871 22
328,525 328,525 00000000000000000101c97e013380f7518e3e302648812459617b4f8ca80892 0.00 MB 1 0
328,524 328,524 000000000000000003773926555453d98e14404a530cbcf7d82d08a3738cf501 0.75 MB 2,008 37
328,523 328,523 00000000000000000caeacbb0df2eb57322bf473fcc2a5e15f14b304e4bfe60f 0.40 MB 732 24
328,522 328,522 000000000000000007952501378c055dadf2672dbd3a88503552439073fb724e 0.38 MB 489 23
328,521 328,521 000000000000000007ae84923857318d4dacd1ee2c429bf06bafc433d3d332d5 0.29 MB 466 26
328,520 328,520 000000000000000014a0c02166437d90aa748b94a81bb313bcd1f9a3b18afa4e 0.45 MB 831 27
328,519 328,519 000000000000000017b33e72a30ef62f97708e700a899ec72b062dd656d2e6f1 0.31 MB 543 29
328,518 328,518 00000000000000000b293f155e849c1fb1a320460880d99e5ba7a40f3dcb5e82 0.11 MB 240 31
328,517 328,517 0000000000000000185be31e29554fe6200a55a906ddc39f2c8991a145958bc9 0.19 MB 260 23
328,516 328,516 00000000000000000fa5139e8a0c98f507ffe439b1002fa19c7c814e737b8bcf 0.21 MB 410 27
328,515 328,515 00000000000000000013ff0a73d5c6326d65af3acb0c298f435098806224eaa7 0.42 MB 865 28
328,514 328,514 00000000000000000c044faa03fdc6f40cbbe1146914fec1743c3e03ac4bdc91 0.06 MB 110 16
328,513 328,513 000000000000000017181ec5c89eb6f5e8071fdf586a3cc8ddef92de0f7b238f 0.14 MB 257 26
328,512 328,512 00000000000000000e234c9403517d10cc219a8dea3ae27f5b1a48171071dce9 0.63 MB 1,312 28
328,511 328,511 00000000000000001963701523e67f03d60ac66eacd52a81e0e07edbfc3022dd 0.22 MB 323 24
328,510 328,510 00000000000000001209c7a53b7a887ffa1263052446fefa2ec724d13ae65ee2 0.07 MB 128 38
328,509 328,509 00000000000000001e0aea38430fa8c96c00331ab97656a777ac78b3e6e1defa 0.19 MB 417 31
328,508 328,508 0000000000000000154e229fb89c4713719a0c12cec1f9574015879f01fd3207 0.03 MB 45 21
328,507 328,507 00000000000000001741ec785036f464177ee8837717093e87841acf3ec886d1 0.23 MB 410 32
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.