Memory Pool Memory Pool Refreshing

17,928 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (51,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,081 856,081 00000000000000000002f3b4717b726f1e7cf446c13870be35ac44f0293bf12c 1.48 MB 2,155 8
856,080 856,080 0000000000000000000073d1b9195b63b31c138ded2cecff59b4271bb8824a65 2.89 MB 832 4
856,079 856,079 00000000000000000000514baa2640bb044e9775bcb0838ece2de7c2f4e31f35 1.61 MB 2,953 6
856,078 856,078 00000000000000000001ef968c9371033b5b688a2b5095e82ea95b715f381c8c 1.59 MB 2,801 10
856,077 856,077 00000000000000000000f59e0630516d7f78a401b8743607d8d5cdb59a766bea 2.89 MB 1,438 4
856,076 856,076 000000000000000000011777e364658cc3d98a83db199b6339fddff1a0749d94 1.82 MB 2,762 7
856,075 856,075 00000000000000000000f96c0b6641ebbfd10e4014a0635fc7912e0ecf2d79c3 2.14 MB 2,493 5
856,074 856,074 00000000000000000001981c484367afd6519ba8430cb4e2b6cd2d49b8874d6f 1.66 MB 3,390 7
856,073 856,073 000000000000000000018e3c9eb62842167c6913bbd4de1145848f7ee45c1468 1.78 MB 4,330 6
856,072 856,072 00000000000000000000c1fe45760ae8d61e2172d887f62c8e9e291ce4bfd69e 1.63 MB 5,968 4
856,071 856,071 000000000000000000014b7aced632ce4fbeeaa6d87b3da5a880647faa03ea8c 1.42 MB 1,825 5
856,070 856,070 000000000000000000002d7fb6b396e2e45bc3987ffe2fb0459c6fa36b93ddff 1.65 MB 5,927 3
856,069 856,069 000000000000000000026e86b3b635bec8b1386375034272b22c8a09727d3df7 1.77 MB 5,332 3
856,068 856,068 000000000000000000003347c045c002d7f3a29866ee543ae7a5404b9973326f 1.72 MB 3,027 5
856,067 856,067 000000000000000000010e45c41cde74fcc20237bb33ccf01a78c38d67dbf13f 1.65 MB 7,245 3
856,066 856,066 000000000000000000014182ed0f1089f05e8e6e352c23b7c7285471dc91e991 1.40 MB 5,637 2
856,065 856,065 0000000000000000000294fdb6f583fda46dbea103fbad5427613d3e3df17640 2.15 MB 4,405 3
856,064 856,064 00000000000000000000f8b5ee3bdc1256daae87ad43ff696b0ad57a1458a53c 1.59 MB 3,285 7
856,063 856,063 000000000000000000008393bc74dc9d2a0695f7f63de3092c67e3aca061c645 2.37 MB 1,870 5
856,062 856,062 00000000000000000001721b1c4fe3edfc41685ae6dd7576085c341381dc5ca6 1.87 MB 3,230 10
856,061 856,061 00000000000000000000708b585b72ff8d44dd55fb61c92a0537a1f1e218a02d 1.76 MB 2,743 6
Previous 10 blocks ↓
Total Size: 769.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,624.26 GB sent, 92.99 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.