Memory Pool Memory Pool Refreshing

1,069 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,049 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (341,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
566,543 566,543 00000000000000000003647961254bddc4bcbeb2f19fc607f152de62a66359a7 0.35 MB 748 27
566,542 566,542 0000000000000000000f3367506959ea8f1a4f95729c38d32c1ce47835a199a4 1.03 MB 372 4
566,541 566,541 0000000000000000000bb363bbf10cf467e040e9fee62d53e2f498f2231d5cfa 1.09 MB 1,298 14
566,540 566,540 00000000000000000003ca35d2a5cb350be95127ddc76b91df9f9c697237137e 1.09 MB 1,481 6
566,539 566,539 0000000000000000000745b47e0d1ca62472cb93c0fb83b3d92e3971fa9df82c 1.24 MB 2,973 40
566,538 566,538 0000000000000000000d3a6e2e155155ad6bf342f413eaa0fd25c5b384954d5f 1.14 MB 1,212 16
566,537 566,537 0000000000000000000aacc3743295fe2e006644d5fd750c5e604fdb71c797e6 1.34 MB 2,349 15
566,536 566,536 000000000000000000158bd09ed2bc1c8a486fd001004ec5af46d10760b27905 1.26 MB 3,200 39
566,535 566,535 00000000000000000013893417f0ab209dd8f3d958e15872b23bd7e680beef51 0.89 MB 1,578 19
566,534 566,534 0000000000000000001632256b380a4b5dd4a742291ee0fcd0d73397e63b8360 1.21 MB 1,977 13
566,533 566,533 0000000000000000002b5b8e3dc94deffb7eca7f18df36aaa8830b6fa451428f 1.50 MB 1,818 10
566,532 566,532 000000000000000000149d45dfb0e2d17f3dcc16a74ab69749e923cc3bfc4d55 1.17 MB 1,840 7
566,531 566,531 0000000000000000000923e730f229d4533c6ebcdbf86b1f3c31c3863138783f 1.06 MB 1,195 10
566,530 566,530 0000000000000000002bd88eb433388be8ef340c71e0473b04d372d903648464 1.24 MB 2,952 27
566,529 566,529 0000000000000000000dda30fd48a6937f904f6112b8b5d7da1048cc5aa8da01 1.32 MB 2,707 32
566,528 566,528 00000000000000000009ea0bc4a379367b6e86ee904f0a7a8abeb8c519026417 1.09 MB 2,078 3
566,527 566,527 0000000000000000000f13ddfec39303776069c5606a14c8a0dfc1212d325f49 1.13 MB 1,715 9
566,526 566,526 000000000000000000023a74be1b88934cbbdc6879fac7685788efade23e706d 1.15 MB 938 18
566,525 566,525 0000000000000000000bb592cc8dcdb501ea48a91f27fa7420610e1c93fa34ef 1.39 MB 2,721 27
566,524 566,524 00000000000000000001f23265512041c1a0457d83f56bd6269adb5bb22d4065 1.16 MB 1,651 14
566,523 566,523 0000000000000000002ae84acc97a8bc713ae7b32f9b62f0ab28ffecb9bf885d 1.19 MB 2,852 12
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.