Memory Pool Memory Pool Refreshing

3,783 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (833,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,217 75,217 0000000000434683da5c8a4694988e9c318d9fbd491f1066d1b72132f7722ef6 0.00 MB 3 0
75,216 75,216 000000000074159036e1c88c84001f1c66f3eeabb0c522d1c369d411b43bf801 0.00 MB 1 0
75,215 75,215 000000000001311fea82309fc61ef9483cc3a60ca6177c84b875f9cb3bcb314e 0.00 MB 1 0
75,214 75,214 00000000007e791a40477d3451d510abdeb791c60e28694acc0f8813e5772108 0.00 MB 1 0
75,213 75,213 00000000005096d8e4674dd2e057f034ecd9b62f4a260dff680d5c8941f04602 0.00 MB 1 0
75,212 75,212 00000000006fa5f65aae9a894469952805ce06f1a8d0514cfc587d470589ae98 0.00 MB 1 0
75,211 75,211 000000000017036c828eba0bec3e4a0546a122fa44962d68f43a53d4a8842ee9 0.00 MB 1 0
75,210 75,210 00000000006b84abf71af454f16608ddd6d9398408f2156535c17ff4c6d25c3c 0.00 MB 1 0
75,209 75,209 00000000002311662b03fadc514f7a292f3f6b4cc2b8deb82bae6b04a1c10dae 0.00 MB 2 0
75,208 75,208 0000000000220018cff055a185bcf2b50770cf9978802c8e5ee3eb4b689ae8a6 0.00 MB 5 0
75,207 75,207 00000000006ba7212127541693590fac02fb502d33be6de3c1174000db0c7c9e 0.00 MB 1 0
75,206 75,206 000000000072c1839cfbb252d221c9773a3554096927d0fcf709c9da952cb891 0.00 MB 2 0
75,205 75,205 00000000004109c1a3f1f73e0045506d139242fbecfca57224378d79a8a5a9ce 0.00 MB 3 0
75,204 75,204 000000000078d039c5503b1ae99d0364e0343365a27b23eccfd9dbc153cef112 0.00 MB 1 0
75,203 75,203 0000000000548f3563d5922497da50eec463c10f28ab770629ceed42d9306068 0.00 MB 1 0
75,202 75,202 00000000006e625a8af95918ca8d866653aa1407a515803427e4f7f0b72e285e 0.00 MB 2 0
75,201 75,201 00000000000bcb416752a93f6fe42ec713628ddd01636d88015cc89802e3d566 0.00 MB 2 0
75,200 75,200 0000000000384936953a99208847621ac006db3317830c8d42ff7708f3aacb4b 0.00 MB 4 0
75,199 75,199 00000000002bedca283c5fd29ff832ea6fb14d3c55fa2559d4f24cc5c0aebe8e 0.00 MB 3 0
75,198 75,198 00000000001306414b992ea94c4e700e0b8cc1cf6f9f731e973505735961d9fc 0.00 MB 7 0
75,197 75,197 000000000016a7a8735cc6c59bbf5ec17333e1eb601512edaddbe8f1ead90e05 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.