Memory Pool Memory Pool Refreshing

4,323 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,733 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (678,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,521 229,521 00000000000000f442927abb6b819d19b21facc55de0002a48480f07c15517e4 0.22 MB 473 160
229,520 229,520 000000000000007041bbcfde2b71b6612a72f711ba520622e66bd075cb6bb77c 0.25 MB 641 208
229,519 229,519 00000000000001636e7e23af5218d650b935b13bcafadbd259a0a681689f89e2 0.26 MB 303 105
229,518 229,518 0000000000000265e4af8390e86f967aa3cbbc7f1bc627c0361ca7c8672d973a 0.25 MB 418 161
229,517 229,517 0000000000000095bcc0700d811f6e3e5bb739484ee5e830a10c196cdbd4031a 0.47 MB 1,031 265
229,516 229,516 00000000000000cfca449755df99a7817ea8b84e19a43a6d5419d00c5ecc693f 0.50 MB 1,354 214
229,515 229,515 000000000000016ceb06fbddb00d389a55237a78803e6670cd1ff3250c3e889d 0.15 MB 212 714
229,514 229,514 0000000000000141e5d5173e2a77b4ba29e7ee05d25b19c899e0aa5ea3735bf1 0.24 MB 529 153
229,513 229,513 0000000000000230eea01f7c2a5a888dd15e0eb4b3b2d331c90d86de7a9a21d7 0.22 MB 390 146
229,512 229,512 0000000000000191691342b0ee8bf2d60b438b6603a020d99588dc8ec1d2e529 0.25 MB 542 223
229,511 229,511 0000000000000275b034efc3c6c2cc2489ae8d970b49c19ac1fdfd168e2cf294 0.25 MB 626 181
229,510 229,510 000000000000020503fab3f6d22b3f3cd025f996c03ee38bb8b9690fd1a99f98 0.00 MB 6 175
229,509 229,509 000000000000026c2fc13449c17304a43274a073a0063c618f6fbf18b58c1bd0 0.00 MB 5 848
229,508 229,508 00000000000002420ffe92e20ce16182e534fc3bb83b0477a13248bf89ca965b 0.15 MB 199 685
229,507 229,507 00000000000000d997c9ecc03773af7e5a52d18839bea47f27c7835fabb5b1cd 0.32 MB 626 148
229,506 229,506 000000000000004e07eab76e29f45e19fb230b6b3b7342571e2ecdad37fc20c1 0.25 MB 535 3,679
229,505 229,505 0000000000000159d81ef0b392c30e8147da0d5b7cf97b89d41564c32c84b1ab 0.10 MB 351 37
229,504 229,504 00000000000001c7288ae613e552cb220fa6d5b9908b31d40537f39093353daa 0.10 MB 181 74
229,503 229,503 00000000000000c55c8c62ccd30c3d4486e1f65978ab99f1689832464617c731 0.22 MB 544 588
229,502 229,502 0000000000000138339fb0a1267d4bfda6df3b40347230a925fd95fa7881eb6e 0.00 MB 4 17
229,501 229,501 00000000000000f6d633030057d4302722c8a98c16671e03636142e41f905c48 0.22 MB 451 205
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.