Memory Pool Memory Pool Refreshing

5,088 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (407,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
500,220 500,220 00000000000000000067904c4f722f13f104cbd47572bcdc016180a2e92baee4 1.06 MB 2,568 575
500,219 500,219 0000000000000000008219ce13e82ef937d5bdb467439160a366f87b6b38de7e 1.07 MB 3,009 613
500,218 500,218 00000000000000000052fd614ab4ce9c5c6fcda4e306d0e55b989461fbe2c89a 1.07 MB 2,543 595
500,217 500,217 0000000000000000001e6cdb9572e41247fc160021b72aefa09124aee2c9db8c 1.14 MB 2,484 582
500,216 500,216 000000000000000000226b554fae15f99d2034ad19c6f2e6bb53534d5b652440 1.03 MB 3,277 621
500,215 500,215 0000000000000000000c738e0098123a554f81947a3ca917e6ce1d14e2c620e3 1.06 MB 2,986 662
500,214 500,214 0000000000000000006b90155fd030fe4a92457b3df78f5e20b6897f90b125f8 1.05 MB 3,373 642
500,213 500,213 0000000000000000005e1ccf8e52df9fe69b36977c7503c9fe0d856a9d7d27db 1.08 MB 2,306 713
500,212 500,212 000000000000000000509afd8beba512d9043f48c148b5531535a97bee8fa499 1.03 MB 3,448 632
500,211 500,211 000000000000000000268411603ce97362d2236db5673854361614fad41548de 1.07 MB 3,166 648
500,210 500,210 00000000000000000036af81d07599864b324d14a4739db5bd262abbf62c923a 1.00 MB 3,168 652
500,209 500,209 0000000000000000000165ab1821e63e47b28621e5790c7715011c0a51ce786f 1.06 MB 3,146 632
500,208 500,208 0000000000000000005133631855fa1d0abe926e4eb03a528b1f6aa0e95f5a15 1.12 MB 2,619 532
500,207 500,207 00000000000000000092b91c45fb5b13aaeef404215b3660f05938460735b264 1.14 MB 2,648 583
500,206 500,206 0000000000000000002dd84399ec6273b65cce2c6ad77e4a3cf45330512cf2b5 1.05 MB 3,375 620
500,205 500,205 00000000000000000058ca392e4a6410a763ee002ff8dd5b7dc17f5ac5f82f47 1.06 MB 3,109 668
500,204 500,204 000000000000000000249196e24f4627bf6d1a42f8cc66f9f3189ed6421b6c89 1.06 MB 2,891 578
500,203 500,203 00000000000000000034b32b07e0db08e221879217fbe32f5063abc746f18a39 1.03 MB 3,221 603
500,202 500,202 0000000000000000002e84680f5d465bea2014bf18478a6318aa601cb3750090 1.09 MB 2,526 636
500,201 500,201 00000000000000000034e390898cf69ba26fceb3025f08fd3e569f8836e3a2ee 1.12 MB 2,299 662
500,200 500,200 0000000000000000000ff58d8c99c3b3a17fedcc1db5c94ab3628ac8c3444533 1.07 MB 2,659 553
Previous 10 blocks ↓
Total Size: 769.30 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.60 GB sent, 94.42 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.