Memory Pool Memory Pool Refreshing

6,787 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (616,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,959 290,959 00000000000000000c62692afd66a96d13b7ee8fd494e839568d5e2c63fce6a2 0.23 MB 477 34
290,958 290,958 0000000000000000a86009d93e66fc9646d5b32f5a48928ec6badc22807d6850 0.07 MB 128 46
290,957 290,957 0000000000000000b3d3171f1a208f0548f27330ee49424dbfac9c409885a543 0.15 MB 343 36
290,956 290,956 0000000000000000358d55f2c9960a6059356b45d0786fe273906d349a480f79 0.12 MB 189 31
290,955 290,955 0000000000000000133f3141427dd3eeced7785b93b84bce209d73aa3cd4ca95 0.15 MB 309 34
290,954 290,954 0000000000000000ad654b6a9a61e5134a3456b1a4214b3e74bed173385e5271 0.10 MB 90 8
290,953 290,953 00000000000000006cdbd83bd7db23d53b039d45ad5fc97907f9befd68a200a6 0.05 MB 135 37
290,952 290,952 00000000000000004e4073b9c87e08f84e3eebd8027ebf92f2d2a4448baeac92 0.44 MB 393 17
290,951 290,951 0000000000000000719909fc8e4304814e5430827f53db020f43eda640672dbd 0.35 MB 973 67
290,950 290,950 0000000000000000aeab9c85754b70917142ffa683f4f7809f3159636adb02d8 0.21 MB 63 11
290,949 290,949 00000000000000006c6af499c4c559e69619d9d042474d0d44f2e60340d199fa 0.44 MB 619 27
290,948 290,948 00000000000000003416bf9ecf98f66054072395ccaa60a38c6a1c8e56cf3889 0.16 MB 512 67
290,947 290,947 00000000000000009c526f4bf2a6a3967e3cdbed7de4b6ccf05661d7350c9f00 0.15 MB 290 37
290,946 290,946 00000000000000001b7247ba11faee38fc46d928ed941169273f895b6afd6455 0.02 MB 64 37
290,945 290,945 0000000000000000116b9557059966e1b0ed7b2031d7a7902856d17cefd73324 0.38 MB 397 25
290,944 290,944 0000000000000000e959b1d94bb024b4177cc8902cec1d24e5dafdb69c1d6a09 0.35 MB 836 68
290,943 290,943 0000000000000000411c75439564919218be83c5b9615273901e24d92fe0332a 0.15 MB 289 36
290,942 290,942 000000000000000098e5abe708f5408371cf56adf0e72ce2dc0a9681390df820 0.12 MB 258 33
290,941 290,941 0000000000000000a597a43ad9e5289a709a0a4ee9414165d2d1ff8a379d16cc 0.37 MB 560 32
290,940 290,940 0000000000000000cc8de76286e181ee0ec3781866c3a034725398a118d06a1f 0.34 MB 697 41
290,939 290,939 0000000000000000a97d58b955aab5536e15c5ad5c7b41501ec6dc12949919ea 0.10 MB 192 24
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.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.