Memory Pool Memory Pool Refreshing

8,975 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,825 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (589,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,422 318,422 000000000000000012200ee78104ce7f9630c2ddc8e1c645b0d436730f08e7b7 0.03 MB 61 28
318,421 318,421 00000000000000002c6b3767fba8fc8eb7751bb205954698d8ecf76ff129e7c9 0.11 MB 197 28
318,420 318,420 00000000000000001be2828e20f05f40b9e574dbb10e8116756e8d7b53bf61d3 0.01 MB 22 22
318,419 318,419 000000000000000026dc4d675695a04793f3b263adfc950b9e5ccb0d227e5717 0.00 MB 1 0
318,418 318,418 000000000000000027bd508fd74b33bbda4e2e7842897b54de8f0e3ad85ec408 0.00 MB 12 32
318,417 318,417 000000000000000021d0d50f238083e007adc82476a859643313c28d8c6f2b58 0.17 MB 382 31
318,416 318,416 0000000000000000012ae2a0a74652f0fd7ff42bf895efe2f633e90010befc66 0.01 MB 16 26
318,415 318,415 00000000000000002d45cfa373a5714ef8f447f2a0a9af000c253feb77f4ca5c 0.10 MB 247 32
318,414 318,414 00000000000000001d1c0aa5a234d7b8ada64ef5036bb25ea92ecb47462806f2 0.03 MB 64 30
318,413 318,413 0000000000000000137471b81f62506cab547ed6a2f95e6948535d0bab79cefa 0.20 MB 269 19
318,412 318,412 00000000000000002c1583519d0085565e3fd3f966d904b884ac312a5b01cde1 0.31 MB 480 24
318,411 318,411 0000000000000000218323a256046b968c700adc3cf9e60d3078a0eecf81b5ff 0.06 MB 98 23
318,410 318,410 000000000000000028e976aaa44ac5a0287524bcdfea03bd1d6ef131f7e46b74 0.13 MB 205 27
318,409 318,409 000000000000000022d93d80fe49f8f510238bd37c99de9a8d35246e077dc4e1 0.07 MB 163 61
318,408 318,408 00000000000000001e515964b5fcfdf8f3d77b0459549461494e37336c40d2c0 0.20 MB 360 25
318,407 318,407 00000000000000001e4e906fb1f56fa55dd5796446dd9fb9925002fb9d9454ec 0.22 MB 371 24
318,406 318,406 000000000000000009bb9a5ceafa8e5719c3b95850fb8e9daa04e903fb688c23 0.10 MB 215 29
318,405 318,405 00000000000000000cacb72e0bc99a42a256ca0280f55e51dcaed08b76b56a32 0.19 MB 344 28
318,404 318,404 000000000000000029f1e35a9a9dd9020d6b8f77b5fd7c2ec2ef52837f1cf5ba 0.57 MB 798 25
318,403 318,403 000000000000000012f32849977ce1c56f9cc348e7c82c219f952503e127977b 0.08 MB 152 27
318,402 318,402 000000000000000021caf0a14b8cdcc9e077fa664e4c6332d5ad9019ecb9e34f 0.49 MB 851 25
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.