Memory Pool Memory Pool Refreshing

10,323 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (712,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,430 195,430 00000000000004c8075e3636b475137cbfb4ce1a2bd52294e98bffe7f91abced 0.03 MB 54 169
195,429 195,429 00000000000005709f79ac4a2e259ec662669810dcb768f0c1bfeb09d468e2f8 0.09 MB 256 246
195,428 195,428 00000000000006078ab7029b2cde0fa93b30dd553dee7f7e9825b2100c5bbedb 0.14 MB 326 163
195,427 195,427 00000000000001275638b428303490b46b6d67b22815c6e640d0757e77b0713b 0.00 MB 12 91
195,426 195,426 000000000000004f2d7fb90b4dd03e136a0255b7f7d1a46be91d310cf65803a6 0.04 MB 114 85
195,425 195,425 00000000000006c9918435e97d3aab46f85cf228d02230ed7ab0101f9fbbc94b 0.08 MB 209 138
195,424 195,424 000000000000051465b9314cfacc983add04b73f8ed7687c9d16285851a244a2 0.09 MB 256 189
195,423 195,423 0000000000000544abb00ee93b2a72261c79bc6dd81f1c64df24749c563a6c0c 0.07 MB 164 225
195,422 195,422 0000000000000463fb60e1315d98ac65d903059a7c958466cfa88a2ce5d4dd22 0.05 MB 138 119
195,421 195,421 0000000000000542a867200d7413c169a0273a555483f21254c44ad70dc12407 0.01 MB 22 28
195,420 195,420 0000000000000253106fa93eac14cda23d0eca0e48b68f0655dee749502ab790 0.18 MB 475 145
195,419 195,419 00000000000001b1c908532a6a0ad58e5ce576e35a29b8980f65c9c50376bb07 0.05 MB 113 109
195,418 195,418 00000000000006e6ad41ff9fa6e2bd76f042e3a72824b98f61a117750a94f9ab 0.17 MB 512 79
195,417 195,417 000000000000044ca127276539d67c43cf9e96742466e7e8ae3bf07d15d77314 0.08 MB 267 124
195,416 195,416 00000000000002890887389de66f59f10ac12116d2ef8da31f692e5abd3474c3 0.03 MB 64 22
195,415 195,415 000000000000034601f75856f2492edccff1502a3bbf781800586f9688b8a6ea 0.17 MB 351 156
195,414 195,414 00000000000004161b5f62570990a4ee7eb204f29fb823c7fd38c09b84ef644f 0.13 MB 346 158
195,413 195,413 00000000000002c820779d0291e77e359dd0bfa3f3c73f11fd4a1f02e952a2c0 0.00 MB 11 336
195,412 195,412 000000000000065ba9be0ecd37ec4b248186071d49c630e5d55f8a660fc3cc0d 0.00 MB 9 0
195,411 195,411 00000000000005d9722f8a6afdcc355d227619725abecee7687796a58d4e3111 0.04 MB 89 116
195,410 195,410 00000000000004dec74c221bf672f07065790569b9f5c73833817a2dd8ccb396 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.81 GB sent, 93.01 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.