Memory Pool Memory Pool Refreshing

3,791 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,148 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,147 (752,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,845 155,845 00000000000007cb1feaba62e42103382d9cafddfdcceddae6d62ab30be27310 0.00 MB 3 0
155,844 155,844 000000000000070ea3750d66bbe5f5ffe14dcaf9a0429884489b709b41bf0ece 0.01 MB 12 44
155,843 155,843 0000000000000b3c26acbbbffe3ff494c63087d8be1761581ab03ab8df70e22b 0.01 MB 6 15
155,842 155,842 0000000000000b4a580999338508bb50831257e64c862a175c33bd238f825ac1 0.03 MB 98 179
155,841 155,841 000000000000049c40d16c0cbb19cbdf0de2a419c02b7f5f40d57045fea55b9b 0.02 MB 46 42
155,840 155,840 0000000000000276d99f00f6f83a248579a8e5784aade8b7d32aa2095cb039de 0.00 MB 2 3,891
155,839 155,839 00000000000002aedeedcbb864b877e601c166334d0b4b8fd258eb5512d5ed2c 0.02 MB 28 3
155,838 155,838 0000000000000478c9bcdc1b0ea3c3af5663cb5c88557c4d91180b359f1172af 0.01 MB 22 522
155,837 155,837 000000000000032bdc87ae7f59f3b4a1c8dc25936bbd7002966eddcab3253bb6 0.01 MB 18 83
155,836 155,836 0000000000000ed530b4f25322f0e25db806d02c8e6ed1babc8d2ef20df3305e 0.00 MB 4 67
155,835 155,835 0000000000000b5368742510edbb9ed7a20d74ea9a932fe620eea6596e28e8f6 0.03 MB 113 11
155,834 155,834 00000000000005ab269be35e493d44068cab2e5bb3ba04cae0fc3ef173aa0045 0.01 MB 27 155
155,833 155,833 00000000000001c573d3dc92c5168642dbce1f2bebb205bcf0fad39a6c040e87 0.22 MB 99 152
155,832 155,832 00000000000004ce9243690f63a035d829c0d32805fdf75ba3a981d6a5c164d7 0.00 MB 13 0
155,831 155,831 0000000000000dd469eb15e2ded07dc9ebeb5d2f74bfddac0415ec0dcc15513f 0.00 MB 10 57
155,830 155,830 0000000000000a04400dc563afcaaa9e77fa362737f5661f86f1c01d11b9a0ce 0.04 MB 96 283
155,829 155,829 000000000000090d5b236c2ff1445595b23fb68661ebdd689f56056d88f4d0e4 0.01 MB 6 830
155,828 155,828 0000000000000ee6c73a35a46372b2ce360c98c92258029d8fe79ce8dc04b7d2 0.00 MB 1 0
155,827 155,827 0000000000000980235559281104b5861f5cc6a71b9e86470762a2eea6488e9e 0.01 MB 35 21
155,826 155,826 0000000000000c516fafa04534b1500f90a45d09c7297ce5abfb098fb3dce901 0.02 MB 38 117
155,825 155,825 0000000000000f60370224b1372ce211ec788a8702be3faeae10261e5509dd68 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.83 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,680.64 GB sent, 97.01 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.