Memory Pool Memory Pool Refreshing

12,718 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (722,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,792 184,792 00000000000003b07e53034f32d2f2dfb6be8eb6622f786fe57a78f4510d8f81 0.25 MB 580 126
184,791 184,791 00000000000004582344c7f4be647be30ebc2e8a5870ebc79ae7f59af2b5d1f3 0.00 MB 10 53
184,790 184,790 00000000000008afc4fd9a6946b222013db60fcebeb10ea538cbbeec46789be3 0.05 MB 159 18
184,789 184,789 00000000000003f144c6c167e9611097f2854a89922f4c0b6d068bfcfb5303fc 0.00 MB 12 0
184,788 184,788 0000000000000a4bf5199e8df37fd31a1e2086713eb274d1f0dcbeca3173884b 0.25 MB 644 179
184,787 184,787 00000000000008eb76e2cb878a358536bbb700165419bf9fbc5ee9e587f39e44 0.25 MB 518 137
184,786 184,786 00000000000002f9c3721f7aa36d4173c4a2eceabca3227ec3253b6dfeb1a980 0.42 MB 1,032 139
184,785 184,785 00000000000002218fbe986fc78d32a1900a9a443ae45e99d5cb9a1f4e4a0836 0.21 MB 339 105
184,784 184,784 00000000000005e0dd630934437170f173cec388d9dec5f0f861a36a9c529f7a 0.09 MB 256 102
184,783 184,783 000000000000014dff14c27792abe9ec71599ab5b7cb41053190b1e2218ebaa6 0.34 MB 888 135
184,782 184,782 000000000000064a6bdbef6d1fdc140335bdc3dcb65cf9cb3f736f809848bdf3 0.25 MB 558 141
184,781 184,781 0000000000000835a617643d2d99d5e1883dc01fb487dcea0edf13a541d99000 0.20 MB 512 229
184,780 184,780 00000000000009d74ad312f2e746636769ce86d607c361617ca11b0c1472312f 0.25 MB 555 156
184,779 184,779 00000000000006c12d45bdc99a5530aceb1f06f35ec92c574ce4709323e1eb14 0.00 MB 12 15
184,778 184,778 00000000000001c6b5c7bee20932892c2dbe0ec5e1a56d9e42d7b6e8176a04d2 0.25 MB 513 123
184,777 184,777 0000000000000185ee2b3b799898c3a8c41c780066dfc606115bfc8100abe055 0.00 MB 12 301
184,776 184,776 00000000000007ec341abf58bc0ad24727967720c9c90c6f30884ca8b148f823 0.13 MB 211 80
184,775 184,775 00000000000004fac3a8c121bc52ba0f004c227953552d5454f83ac856091fb6 0.08 MB 53 68
184,774 184,774 00000000000008e8d12a0e3446dc8cdef769226ba253eeffa8ee03c944e19aca 0.09 MB 150 111
184,773 184,773 00000000000009f9f01f7053bdbfc662bac8266e652c4a45e8cd147f898c6976 0.19 MB 458 130
184,772 184,772 0000000000000558f0767d40f038e633454fe34c3fd113efb5d177b494afe54e 0.25 MB 798 160
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,622.19 GB sent, 92.93 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.