Memory Pool Memory Pool Refreshing

6,547 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (4,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,414 903,414 00000000000000000001b48a1aa7d012608a2f9daaa64cefc33fe86fb3a34811 1.03 MB 1,729 1
903,413 903,413 00000000000000000001e48f43eaab90367bace8a274e3901a7a71c784512813 1.66 MB 2,542 3
903,412 903,412 000000000000000000003b2e70add7b6a316af2b923424a3340eb9d95178f9ad 1.63 MB 2,321 3
903,411 903,411 00000000000000000000cc3e290ef5a42bb5da2a1c3c149bec7715ea32ba2430 1.25 MB 2,221 1
903,410 903,410 000000000000000000020b51b48973fd1fe5e7c3a5da74d35bed4717e83d6432 1.62 MB 2,435 3
903,409 903,409 0000000000000000000116b631166ef58409614b3cfa2b682c643c32395528ff 1.62 MB 2,127 1
903,408 903,408 0000000000000000000122d1280406d16f77862e029ab62399483258e75ae9a7 1.70 MB 1,786 2
903,407 903,407 0000000000000000000233b2151dc51e24a8c047c0d6850b41e9ca85755a653d 1.24 MB 1,356 3
903,406 903,406 00000000000000000001f075965a95b14971140cd11db728ec577abaa2b9df67 1.42 MB 1,644 2
903,405 903,405 00000000000000000000d0e82f1b83bcced1e1bb5a163717558a176b49e8beeb 1.65 MB 3,946 5
903,404 903,404 00000000000000000000374e27879ca3f89d8b1e826b0e188f15219311e74757 1.63 MB 4,062 5
903,403 903,403 000000000000000000020c80498cd47e231cf0fef2a1b0a2a1719f8b7f0ba13d 1.67 MB 3,203 4
903,402 903,402 00000000000000000001f454a2475b2608c7f17f5b68476104460e3011c530d8 1.54 MB 3,401 9
903,401 903,401 00000000000000000001648fb53890650f9b128822ec819857fcb4fd3d8b0f23 1.45 MB 2,263 3
903,400 903,400 0000000000000000000173701057edbc11ea724c84b1c9cf031d7ea37b9c3f09 1.51 MB 3,090 4
903,399 903,399 000000000000000000020b28e9ceb1440263fb463aad847933d591cadae7b440 1.54 MB 3,325 4
903,398 903,398 00000000000000000001cc82482f835f2de045ca00e25757ce2ee031a22e6d4f 1.57 MB 2,624 1
903,397 903,397 0000000000000000000002c256bc9641cf5576fbae7169b7ce440f4e28fced3a 1.31 MB 1,678 2
903,396 903,396 00000000000000000001e920136e6d6f0e33bbf7e0ea9ea64a1ce27410602a9f 1.60 MB 3,746 4
903,395 903,395 000000000000000000010f5879d2f2d31706fd9d7d7ef343107bdd540c9d66a2 1.45 MB 2,831 3
903,394 903,394 00000000000000000001fc4922b33ae26ce2d329a89878776157b1005b7cbb5c 1.07 MB 345 1
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.