Memory Pool Memory Pool Refreshing

7,933 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,282 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (859,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,560 49,560 000000000cbd012f932073c028b7252fc0b3ff133c52b0e59a14166ad39687f7 0.00 MB 1 0
49,559 49,559 000000001e0f29aab726d96d34bb2154525fb161d503bc0342b3e499d4c8bb78 0.00 MB 2 0
49,558 49,558 000000001ee083b3e24b09c6ddd34cb8566083bc93de610d35fc62aae099f92b 0.00 MB 1 0
49,557 49,557 0000000015babe8cce56826e5122e25a887a6bffb391e1ced478dbb2b202dbfe 0.00 MB 1 0
49,556 49,556 0000000001d28b9157bfb6b8aee1f9adb80b51b6c4685108b3cd64629521ef98 0.00 MB 1 0
49,555 49,555 00000000201198b56f0a16850736702018e4e051ae9521897de8e99a8769928f 0.00 MB 1 0
49,554 49,554 0000000001d4a42b979f3497490c010d13046f1774cbcfe772ed9dcc7560985b 0.00 MB 2 0
49,553 49,553 000000001dc1d6f67a11291c4c0756a9224d72e24a16ef763bf3911b48803c4f 0.00 MB 1 0
49,552 49,552 0000000021967c91ce8dbea29bf6f1418afc58cccd6264b89b2fbabc161ad907 0.00 MB 1 0
49,551 49,551 0000000025af6b7caa147453ce5cf5aacf53897d8d5d933a3d9d80c724ad3ee5 0.00 MB 1 0
49,550 49,550 0000000019df19d4fc80ded2ba71922614d5c800ce2e6c2d659496c10ad5f253 0.00 MB 1 0
49,549 49,549 00000000048611811f1fc2d4b5c41521e6051767b34f7fc27a443cf6ccad9f3c 0.00 MB 1 0
49,548 49,548 000000001abb671a62bf72796c11b5591b7a2917c403b27929930b348242e962 0.00 MB 1 0
49,547 49,547 00000000001c72e3781eabb633f1f9f3aa6a253a4c30be1138e8266a15fac4ec 0.00 MB 1 0
49,546 49,546 0000000012309db531563db6fff955db100433ec82d4db48bdab6b3fc3cd8a0a 0.00 MB 1 0
49,545 49,545 0000000019b7ecc5309e23ec7a0149f25b661a59ced99b5079c066402de5ce53 0.00 MB 1 0
49,544 49,544 000000002218edbeccf8ca376de83ad41aa32229781a4782644d874f0b6ecbe4 0.00 MB 1 0
49,543 49,543 00000000298045aac3ef5e536501d4c0c8605c30dc3695a4b4334dcaf7b70f2a 0.00 MB 1 0
49,542 49,542 00000000009234fa6d3e8bf38ef57d0b4bb35066dc6db130a101c1c0a562a0f4 0.00 MB 1 0
49,541 49,541 000000001d990281ea9c1aada03bfd3cb80a32ea4f01f336870be1e2f0d10e49 0.00 MB 1 0
49,540 49,540 000000001011b1afa6e6f021fd11111c31ed1e8b1c6e931eeb57b94c118788cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.51 GB sent, 100.86 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.