Memory Pool Memory Pool Refreshing

131 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (481,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,362 426,362 000000000000000004af996fe36c52a13c49d52a774187c55c8d4388bb83a6eb 1.00 MB 881 68
426,361 426,361 000000000000000004758e182129bcd6137dd58c10243f5430ce56b4971da069 1.00 MB 1,399 64
426,360 426,360 0000000000000000019f5d872ac147507ee023a0f7b089b2ad133f9bd8a4d53f 1.00 MB 2,917 79
426,359 426,359 0000000000000000042af7ebcf81709e755847587df684d87e141a37fdac167f 1.00 MB 2,626 68
426,358 426,358 000000000000000002bf9ab0307f09756e9ae98b7996ee7f0331263403fbc943 1.00 MB 2,869 71
426,357 426,357 0000000000000000045dbb69d9389bb2a46fb77b7c603dedc6b68aafea498e59 1.00 MB 2,309 62
426,356 426,356 000000000000000002870d00bc3eccb85ca0bbc14f11fbd9c51d404213d4ebfe 0.92 MB 1,244 39
426,355 426,355 0000000000000000034f1c09fcc9e85cce9ce17198f3d6885a978f09683034c2 1.00 MB 2,326 65
426,354 426,354 000000000000000003e27b3f34d05030170ed8927613fe349f43b6e0433e98c8 0.17 MB 357 55
426,353 426,353 000000000000000004951141ab6311ea0125ec32f3253b5f77382647e418a525 0.15 MB 410 54
426,352 426,352 0000000000000000028bcc6391c26969d461268e49771daaf8b44742e1cd0168 0.47 MB 1,012 61
426,351 426,351 000000000000000000a4755eb430254bf83e5398d88b7df1f5dd805de3f9da09 0.92 MB 1,167 47
426,350 426,350 0000000000000000031ff65f1230ce934da16b14ec8b49465df5c7ac4c4b4bf6 1.00 MB 2,082 68
426,349 426,349 000000000000000002782fe3edfe8847b578093f768ead11693732c05c1d831a 1.00 MB 2,840 74
426,348 426,348 000000000000000003f511593f94e066c918c13882ee843ec26c47d4253b12fc 0.60 MB 1,527 78
426,347 426,347 000000000000000004e417612dc7e42b1cafd21990696ce4357bc544a19591a4 0.99 MB 552 15
426,346 426,346 00000000000000000255baf59c81955409c4f77997091b2fa5ebd5d434394736 1.00 MB 1,347 45
426,345 426,345 00000000000000000470712a7090c03c64d5847794d745c3635505aa01fff3eb 0.69 MB 1,553 54
426,344 426,344 00000000000000000063cfab541cc0d4f4d62980e59cbbc0fc1ff53d269c8de9 0.76 MB 1,231 47
426,343 426,343 00000000000000000015c3b2dcf7432147281177cc209745a8797c4398012ee9 1.00 MB 2,751 76
426,342 426,342 000000000000000000476c4f68ed05cf0125631c355af8fd0389c2a4420adf99 1.00 MB 1,720 48
Previous 10 blocks ↓
Total Size: 769.15 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,632.57 GB sent, 93.62 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.