Memory Pool Memory Pool Refreshing

5,320 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,598 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (14,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,210 893,210 000000000000000000017cb4c3b6bb697478090c9cd180c97c74a669df25ed01 1.64 MB 4,582 3
893,209 893,209 0000000000000000000141c883f0150ae9943bc42144f1a17a9d1aea02a4a335 1.48 MB 3,467 6
893,208 893,208 00000000000000000000b0a51efff4fb5ad8654541c2ff3ce05796f2c4d7b30b 1.71 MB 4,508 4
893,207 893,207 00000000000000000000bf7dd08f1c3bcb821053a962aafa0a1269bb79b15ea5 1.81 MB 5,094 4
893,206 893,206 00000000000000000000aa6d3d3653fdcf4d2191ddb20d1d38e8b282027a7212 1.61 MB 4,263 5
893,205 893,205 00000000000000000001facd5cc887dc3816f32f7abcab5368f1bc44f9c27ef2 1.63 MB 3,716 6
893,204 893,204 00000000000000000001d356f7ee6cf8047287c8b4cb878df55a3b7752111623 1.57 MB 4,731 4
893,203 893,203 00000000000000000001b92d9a2089a9fee3207f490a1e71def85c7f5406c982 1.63 MB 4,302 5
893,202 893,202 0000000000000000000105c4127c413321e50288379fa447237c72a7e8661ad4 1.73 MB 4,807 4
893,201 893,201 00000000000000000000fc349d864aa60e29435d50abf663eb430d28e7b6c63c 1.68 MB 4,430 6
893,200 893,200 00000000000000000001786e6c88ead8761daa55ed39d067259e4162dc8a61d7 1.54 MB 3,357 6
893,199 893,199 0000000000000000000054c175f56aec6480d725291399f33d74109c6f5eafd5 1.65 MB 3,999 10
893,198 893,198 00000000000000000000951a25542e8661be2786c7b99e6a86dfe82cea886914 1.54 MB 4,187 6
893,197 893,197 000000000000000000002334297eace709db2d599f64b4971643d0512e2cd50f 1.56 MB 3,788 6
893,196 893,196 000000000000000000006cc75c6661d9cd4cd476f18fe3b0881c9b24413fd6cd 1.83 MB 4,899 2
893,195 893,195 00000000000000000000e9a4ac05daf68817748d6009604a10152421bf450d22 1.65 MB 4,512 3
893,194 893,194 00000000000000000000dfe8a96f81699d4c1c53e133db4b3de273e47bb50870 1.50 MB 4,277 4
893,193 893,193 00000000000000000001a05671e33f21b0629bca9307ec134ad3b6734e41cbb0 1.50 MB 3,779 4
893,192 893,192 00000000000000000002461bc78e69af8fb17342564c47caf9011d08524279d3 1.65 MB 4,628 3
893,191 893,191 0000000000000000000225406ea4056d09d7b9e48ac2bdbd9ac70480ce81d803 1.82 MB 2,931 2
893,190 893,190 000000000000000000002f2eb9da31e8f2e1ef80075277b1bdd27957c6dc0c49 1.79 MB 4,515 2
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.