Memory Pool Memory Pool Refreshing

6,537 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (770,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,675 137,675 00000000000006752261588dd43fa3fc93d7aaedad4fe3730728e096e8c26401 0.02 MB 34 152
137,674 137,674 00000000000001cb0296628b09e22989d199fa7c68a56f2e86f06294e220cb2c 0.04 MB 110 94
137,673 137,673 000000000000089724a1c7cea896a78706b92cc51ebdb36ead5d85abe990b5cc 0.04 MB 74 155
137,672 137,672 000000000000024b0e11dd7286241d2a4ef04873ff8212fa1f71ff7f6bb2401a 0.01 MB 10 15
137,671 137,671 0000000000000534b53e8a4b06103c4a992d4fbee2ecffe88acb6b5eab9bd10f 0.02 MB 26 56
137,670 137,670 000000000000029780460ce2b804711dd50ee7c23df1a6429adfe74516151400 0.04 MB 105 390
137,669 137,669 000000000000014d6168e3b883a8d2110f85112444bc6a07a71bb5d38238c98a 0.01 MB 11 40
137,668 137,668 00000000000000ff2ff4169c1ca6a00be8ed9265f68f9dcfae89d34035a07d9c 0.03 MB 101 9
137,667 137,667 00000000000000e8572d29941c8d60384f84bac93af9d200a7d005a4e172712e 0.02 MB 51 427
137,666 137,666 00000000000003d27e4218e495891ebc844b688892388e12e5994a1d8b2c3d98 0.05 MB 121 608
137,665 137,665 000000000000012d100444e0d31d3b8a2269c1fd1a844e7adc3e385a0b16c017 0.03 MB 73 281
137,664 137,664 00000000000007c38af2694a3db5b89f8f439f16da369a85fd051a7c7578cc5e 0.02 MB 61 227
137,663 137,663 00000000000007ea926779335e043dd1ae5c775265a283abcec34c2816d282f8 0.01 MB 20 320
137,662 137,662 000000000000075660ab1adaefd325b5cb6c4963a2c2378f9056734f366ec10b 0.02 MB 38 126
137,661 137,661 00000000000004f30262110cf76aa89bc6a75c891acf5495f6a15042cbf0c66b 0.01 MB 22 268
137,660 137,660 0000000000000287f9a1a297ed1648b32e14a2abe23bf548ff971613bce6df7e 0.04 MB 107 227
137,659 137,659 00000000000000f05833606eb3d580fdd2a203cc82d4e39c4ecdfeeb8d1cefec 0.02 MB 41 158
137,658 137,658 00000000000003e3584768c1be9f391aa64fd7b16d9bea06d0f4c763ce5b374b 0.01 MB 28 327
137,657 137,657 0000000000000470cefc6c1dc963661ec0f895b5059c5f03e9acc9cf7f1b8927 0.01 MB 11 249
137,656 137,656 000000000000079a402d9344e57bb4bd6a34df9935428894cca95ba42b8f4730 0.04 MB 122 47
137,655 137,655 00000000000001d3dda29fd5ac4366255fb1a4b63b11c4a444c4eed35fdb29d1 0.01 MB 17 268
Previous 10 blocks ↓
Total Size: 769.31 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.77 GB sent, 94.49 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.