Memory Pool Memory Pool Refreshing

868 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (775,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,521 132,521 000000000000126c8dc0a9e119ed120bfd076b6dec106d661ad50bb6c2e96892 0.00 MB 11 2,272
132,520 132,520 0000000000000714d2598935af91830de19282ba9c9e2fa59bad2bd07bb2700f 0.00 MB 6 606
132,519 132,519 000000000000127675425a75746e66ad5ee33fac89be20089008cf40e11a5f62 0.03 MB 108 3
132,518 132,518 0000000000000deb2835ca0eb05cb12ace53985c27a50cf5c2900e9d37b18ea6 0.03 MB 91 491
132,517 132,517 0000000000000b87e8feec9bb1ef06fe79e708338e5a5431984a612ed2f27657 0.01 MB 34 542
132,516 132,516 00000000000005af450e8639500d42065ec761bf28c7f146fef5875344dc8be8 0.01 MB 29 579
132,515 132,515 0000000000000fdd72fc2c3cccfe52885e13aefd815b274ffa9acbb60b29bf58 0.00 MB 11 18
132,514 132,514 000000000000003c5a1254b0fe223a77ceaf504745758a8e70dd1ba0b9a07289 0.04 MB 100 408
132,513 132,513 0000000000000f7ea3665d370690b8e19aa76e1bdf74755272f88be6e32cf2f7 0.03 MB 89 435
132,512 132,512 00000000000007abd52f69a6a1560e3af2ed21143e3eec240ba42d20c8489e9f 0.01 MB 15 437
132,511 132,511 00000000000003a0b8fdc15a04fed4aba2ca36b5f0d8ca9f56de245cd4d42fe2 0.04 MB 168 1
132,510 132,510 000000000000109405091a506c8221e4414699c76233ed719a94c40e17c64cac 0.06 MB 104 235
132,509 132,509 000000000000097309fb49951980f184e0e8da06f2c0aa545cefa959348b9ec8 0.00 MB 12 440
132,508 132,508 000000000000001d173dd6985d180831b32c148e00fea065dc93a0f2a6ef91ca 0.01 MB 29 841
132,507 132,507 0000000000000a065f1d0406811db0d4e154f7cacd1480fa327b09d91ecda991 0.00 MB 12 67
132,506 132,506 000000000000013421af24940419e240e8d3023de302c5be08d14f5a8617aa1c 0.01 MB 14 229
132,505 132,505 0000000000000e0afe2f8da02ef88876a5c1f00ac32c5a11583e3a04c488e37b 0.01 MB 21 963
132,504 132,504 0000000000000d9cdc606b11f297e446a436fb92f14b2128f452b5846d592b91 0.03 MB 58 847
132,503 132,503 000000000000072631fac7128b3757c0e5f2034ae2f1bc8afe745e65435a5cb6 0.00 MB 5 1,067
132,502 132,502 0000000000000c6588b0c3747290d5ea585bde4bf286d6b40a1a760a2373d8fb 0.00 MB 1 0
132,501 132,501 0000000000000681b858b51080af14739f21685070f72a183c66be3d9ca7dee8 0.00 MB 17 237
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.