Memory Pool Memory Pool Refreshing

6,086 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,655 (706,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,648 201,648 000000000000003e1fba84beb907be86953dcb1ffdae2b84b61d8a4c5bb4bef8 0.05 MB 65 146
201,647 201,647 000000000000023aa0dfaeef67917698d203a4458a06611ae186e87d20026d20 0.10 MB 84 101
201,646 201,646 00000000000002ac7eade230e685f52bbdf20964ff25c76c72b9babf0c1ddd09 0.20 MB 302 163
201,645 201,645 000000000000030c5e00957dbd4cdda7a0bb49da1eed0b92c3ebdc0669627d16 0.01 MB 33 69
201,644 201,644 000000000000033132ac49cd2882458239a1ec37f4801c580855fd329d61df8f 0.04 MB 38 65
201,643 201,643 00000000000001bd97762d0c7d721943b4b1fe45267b482a4cd72153043b0892 0.02 MB 47 75
201,642 201,642 00000000000003a59532af701c1b5643c78ce107128239e18295442fc0880400 0.17 MB 232 122
201,641 201,641 000000000000000d49fe39f4d0a5da97ea376a3ecd002416ef962dda1dcb51a1 0.03 MB 96 67
201,640 201,640 000000000000011def055658c9b812f563574287104668a62f884f2934eff9fc 0.20 MB 531 174
201,639 201,639 0000000000000103b1e5deee63e291b1707bf3ad4f17b9b2a74d82717dda919b 0.00 MB 8 340
201,638 201,638 000000000000039f6ee749698952c184a2f6c11c5d5c1c4ceeeeba403e532255 0.00 MB 8 369
201,637 201,637 000000000000053bd7bb3ed75fd944cac1c41b88b9e269e3aac18d5c1fd214c6 0.06 MB 198 45
201,636 201,636 000000000000044874cc3b3eaadef19a03c45f892f9b7462b40ca68a74610c3d 0.42 MB 976 133
201,635 201,635 00000000000003ad93a4b6178c9bbc6f05117c7a96522f28e6df650f655d1dbe 0.03 MB 100 82
201,634 201,634 00000000000004ecc0ae0d8e6ac7a7076a171ae2dabc30710b0eddb6b3b71df6 0.13 MB 290 168
201,633 201,633 00000000000001c26429bbc43289ce8da90953497e87a4377413fbbc86af9fcc 0.03 MB 60 86
201,632 201,632 00000000000001c24cabf5d856c284e8d36c260599c86490381bfdebd78032ad 0.06 MB 120 129
201,631 201,631 00000000000001c0e773ea94986b591fe0f28fdbeda6235213a47ec77f15a4eb 0.08 MB 192 169
201,630 201,630 00000000000005478f46a2fb9c250cebcb104647b4d3f0d7cd1ed39ed1d875a0 0.12 MB 221 113
201,629 201,629 00000000000001015330e98db03c47f7a3da920fe00a4402e60df5743fbe15ef 0.09 MB 221 133
201,628 201,628 000000000000013a2b60d4ef5c8950079badc3e8501468ef4f64e892676a3494 0.02 MB 51 13
Previous 10 blocks ↓
Total Size: 768.90 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,598.90 GB sent, 92.26 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.