Memory Pool Memory Pool Refreshing

9,957 transactions
4.58 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (48,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,260 859,260 00000000000000000002c5c5e510942d2d0e0bf1239f2222ce49a2279f57e496 1.66 MB 6,604 2
859,259 859,259 00000000000000000001f9915718291b79c15809a18915af464bb532f4f42454 1.51 MB 6,961 3
859,258 859,258 00000000000000000002406a2fcb6571726d77a50af9b0695b5e72113423dc0a 1.54 MB 7,651 2
859,257 859,257 000000000000000000017f4a03895fdc0c6b699d92453242795347a9fcc0e7dc 1.58 MB 6,366 3
859,256 859,256 000000000000000000025ce915b95cb2ba8c57446f11b57f2445b11a0d5c7142 1.67 MB 4,166 2
859,255 859,255 00000000000000000001ed5a5c941706b865dacf7b13a4583c6bed45b5dea0de 1.77 MB 3,085 4
859,254 859,254 00000000000000000001fb984312f8c9a951b3d33b3444a5ae8f497945567026 1.60 MB 3,629 6
859,253 859,253 000000000000000000014366ae30873c89a933d1980e4ffaf6f79d2821b67d0e 1.70 MB 3,566 4
859,252 859,252 00000000000000000000109d8dbdd43add3e304cbdbc630589052595a4ebed4b 1.33 MB 2,179 9
859,251 859,251 000000000000000000026a04c10b627ad758ef38917a9aa1031331a99e0add49 1.65 MB 7,734 2
859,250 859,250 0000000000000000000247f3069756e4cb4d00bcac7e9d8f6260867d217c0cf9 1.81 MB 2,926 4
859,249 859,249 000000000000000000013b55d462810a93af5dcd46966720f87336c4c2960828 1.62 MB 3,368 6
859,248 859,248 00000000000000000002aaa5d3be20fa7ea74eb07801b67dc838e33235b63d23 1.56 MB 3,655 6
859,247 859,247 000000000000000000022774c4e361ef9f52958fa2157bc6351620c9d946d057 1.59 MB 5,185 4
859,246 859,246 000000000000000000018e90a58febc279bb1064b5f42af5cf9b9f0604ac6992 1.64 MB 7,260 3
859,245 859,245 00000000000000000001668c3bb5e9b2540461a0f89750802559bb044073c71a 1.64 MB 7,338 2
859,244 859,244 000000000000000000014e8c97c371366ef3a76acea9a8941f3ec3411cdfcf8c 1.60 MB 6,907 2
859,243 859,243 0000000000000000000199a02344ef16c9a894418c04912fc63b0b1f2acb4db4 1.60 MB 5,174 4
859,242 859,242 000000000000000000026f9e8f3566c2427cdaecef8513955a30a243ae481860 1.64 MB 3,173 3
859,241 859,241 00000000000000000001fbfbb85a7017cc88a83ed8185dcea4e086386d6c422a 1.71 MB 1,698 4
859,240 859,240 000000000000000000012ab32efd6ff59b9dc8cce0fd2cb418e8c347193406eb 1.96 MB 2,617 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.