Memory Pool Memory Pool Refreshing

11,317 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,026 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (717,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,562 190,562 00000000000004fb64a82bbdcd12c39277018ce818ab4c866e07d950ff1795ce 0.13 MB 224 115
190,561 190,561 0000000000000080f628c5770d9a0609af96bb1d85855fbe946a496fa8721e84 0.03 MB 89 41
190,560 190,560 000000000000014649f84d8c4ebc531968c6ff48eb729fa0a648646e6b408d6c 0.16 MB 399 184
190,559 190,559 00000000000001283465bd0672c8f4ae4165ea9b4a7b4f856b8d8793d93c1df1 0.08 MB 188 135
190,558 190,558 0000000000000025763602f3ad6e891ae5bd744ae2c6d3e32359659cd054b489 0.02 MB 44 68
190,557 190,557 00000000000008b35cbb09e83e9a6e938548ffbd6b24238b317f924caecc6030 0.05 MB 169 32
190,556 190,556 000000000000044802d012cf2c56166666a90a18820c3906fb9d3f4008f1e32a 0.04 MB 98 201
190,555 190,555 000000000000032d00486d3267240c16a3af0cb20fa707ca8c220bf6d61743cf 0.04 MB 120 100
190,554 190,554 000000000000018c3dbf4b5e1e88ecb85b32c7aa6650d98f56fd0880ab306125 0.04 MB 73 44
190,553 190,553 00000000000004f8fc4755cc1f9a31cadd406de3c4829f6e7072e2cc3ad06f0c 0.15 MB 252 170
190,552 190,552 0000000000000647b2746dd508aa72e453c008a08db410d52d59de7c5f193772 0.12 MB 324 148
190,551 190,551 00000000000003199a42ff88fad721ff49ab4446554a1b18d1466632ac74a61c 0.04 MB 60 46
190,550 190,550 00000000000005d67581a2591d4e40b2f4d1a7c32a5bc357470aefe846bec2ff 0.00 MB 7 0
190,549 190,549 00000000000006b1b2492483599fbe97de159edbe407fa96ce4c31aeca9a0d9d 0.03 MB 44 56
190,548 190,548 00000000000005216110eb0f9f2f1e4ebd9dfee7468f6332239c74baad8ab6ac 0.09 MB 159 85
190,547 190,547 00000000000003e4613084e9a245e2a2431b9e269c5068e83fa29a8cc3fcdaf1 0.06 MB 192 92
190,546 190,546 0000000000000818e4e7161166aaf748347243274fda0fdd927d9e105a8cdc33 0.21 MB 375 119
190,545 190,545 0000000000000628a82f46032c659361c0b3fd47364888e3d6bfc9354cf9c342 0.25 MB 226 95
190,544 190,544 00000000000001f75b73b9af82fa887f9bf83539f9ecabc37f2fba44ca51c365 0.02 MB 57 127
190,543 190,543 00000000000004a7dbdebbc69556e20a8142191d8c89b4c834241e60f8126c25 0.02 MB 59 79
190,542 190,542 000000000000015e2dd9959eaefb7b22c7103d9eb193e2f8cc2fbe492c27b51a 0.03 MB 67 119
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.02 GB sent, 94.12 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.