Memory Pool Memory Pool Refreshing

2,629 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
906,539 000000000000000000023aa60000000000000000000000000000000000000000 0.75 vMB 2,613 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,538 (803,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,323 103,323 0000000000023260d3ec2892342866b1a63c2f0e11921d90cfc28d3254d651d0 0.00 MB 8 0
103,322 103,322 000000000001a0d3a8e276a6d198d33169b8e2802abb16a6748253d6dd99b42e 0.00 MB 1 0
103,321 103,321 0000000000004826f8f086a36d7de9a5418cad83902253ed939abe26d0cfc201 0.00 MB 7 0
103,320 103,320 00000000000112ae49016b69c5e77f44d3da38ab33721cdd963fff17c0611670 0.00 MB 11 0
103,319 103,319 00000000000002238bdbe7fb50749b669a68fb8ba397150b15c299cac10bbdf1 0.01 MB 20 0
103,318 103,318 000000000002469dd3527536fe843c3ce210a770848e17d4c6a1398026802e53 0.00 MB 5 0
103,317 103,317 000000000001340fc3f5725de1a7bbe89654b59c023262cd2d2ef7892107e862 0.00 MB 1 0
103,316 103,316 0000000000020f26d2fa2602014a6d687373d569060f784dd3c3da76336bbeaa 0.00 MB 1 0
103,315 103,315 000000000002313af65bb15d9c758e43d92ebfd0a234035e051e3da7891d4c79 0.00 MB 8 0
103,314 103,314 000000000000a3c6a8a8788db402e1f164f940db2bff164ba5244c0ed61cec76 0.01 MB 13 0
103,313 103,313 00000000000128e2752c5ca82998f846192e2a242cd28987e6dd9857f31907c9 0.00 MB 11 0
103,312 103,312 000000000002e5d17b47fd4386fe55f87fc9ddce23beea8f53e4926c02b4ba99 0.00 MB 11 0
103,311 103,311 0000000000031be9b8ee34ad0b35b84b0796845fa19622bfb7b1d2a12b5452ed 0.00 MB 12 0
103,310 103,310 000000000000a607e2b20e3d964078dfe335e67062f5307a458be6a17d1e49fc 0.00 MB 10 0
103,309 103,309 00000000000335290cb5faefd66580b975444f57161f0b2b8fe3381fffc117a4 0.00 MB 11 0
103,308 103,308 000000000001b2d2e25cc4472500867991e6b7d03e73187a3959d53b4254113c 0.00 MB 8 0
103,307 103,307 000000000002f0b47cc005f8f64bdb11c1df81d2e61b880651f95aac39c9e0af 0.01 MB 23 0
103,306 103,306 000000000000a28d71fca199106b671cdb9977c905b430c570f81ba5c6bb52c2 0.00 MB 1 0
103,305 103,305 0000000000002bb99f79c2f542da04a94629aa1eba855a19e69270a592e168f1 0.00 MB 2 0
103,304 103,304 000000000000d09a97b3065d2a99ac5d0992d8e3c2d1e4382a3d0fcb370aa850 0.00 MB 4 0
103,303 103,303 000000000002f7b3fd8377b98d0d396a4fbc601db9cfae5dd872ae3a6bebd23f 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 766.85 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,475.79 GB sent, 81.48 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.