Memory Pool Memory Pool Refreshing

643 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,680 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 614 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,679 (213,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,320 694,320 0000000000000000000bf574b59c71c241a5c50258f73b228caaf8e6ef3ad09d 1.60 MB 1,982 4
694,319 694,319 000000000000000000097abb2b114e9138e3f7696460cabe0011ea3aa475add1 1.38 MB 1,744 13
694,318 694,318 0000000000000000000107b91218d9779e56ad6ff0ef9392591ee216177e696c 1.52 MB 2,984 8
694,317 694,317 00000000000000000004c7dc4e8a098ba855150c453f8ab9d3ac6edfd5d7d9ef 1.45 MB 2,821 22
694,316 694,316 0000000000000000000761d9d2f50e2731ec77c841f1aa6d90775804289aa9b8 1.45 MB 2,640 14
694,315 694,315 0000000000000000000fd0727602f4e0584a640e31956d90f64e05442b6f6043 1.44 MB 2,288 44
694,314 694,314 000000000000000000031fd19791c6349dbdb2cd6ea47ecaf423f235c5e37718 0.25 MB 376 10
694,313 694,313 00000000000000000000f71b9c6d96b3340330bc2c0bc55d92e7169f6666dcc2 0.58 MB 1,129 13
694,312 694,312 0000000000000000000e16eb6b0e7e5e80566bbb29750b550e5ffa75bee3467c 1.05 MB 729 2
694,311 694,311 0000000000000000000906c6016fb4fe6cd7621b585f987b5545078cde1cfe41 1.40 MB 1,673 7
694,310 694,310 0000000000000000000223d96a35d2b389975b5ce80b8e732043dac8ed4235de 1.34 MB 1,395 9
694,309 694,309 0000000000000000000022e703974d026f26a1beb5b0ec4abc8cc6a9f772f1d6 1.46 MB 2,631 9
694,308 694,308 00000000000000000006075b629be6ccde56ea100fcd146b51ddb659a3e791c0 1.36 MB 2,476 21
694,307 694,307 0000000000000000000f8b3825885394cf2f18b50bad2f411b1d9463bac6800c 1.46 MB 2,609 12
694,306 694,306 0000000000000000000cd141193f38b87304a64945cdcb5a9188a06b3c6ee2f7 0.09 MB 153 13
694,305 694,305 000000000000000000131e9677aabf7a74f6bea2dd22ae6a84a789ef40bccacb 0.24 MB 478 13
694,304 694,304 0000000000000000000d3e921a76f619db65fd18318904b6d986bddbb21e748e 0.28 MB 527 15
694,303 694,303 00000000000000000009a85ad287334356749275bed72f55e16b399177d8acde 0.09 MB 233 23
694,302 694,302 00000000000000000010e2a25587515cb3e4b0cd5b45056e654c6f45a5edae7f 1.06 MB 1,784 11
694,301 694,301 0000000000000000001147436f367f701ebbb935db5c735bc4d3f98ec42166ab 1.22 MB 2,149 16
694,300 694,300 000000000000000000011f7bd1908fb1cd8d341a00d1eb46c1c4cf14cb401abc 1.39 MB 2,138 10
Previous 10 blocks ↓
Total Size: 768.95 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,613.47 GB sent, 92.51 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.