Memory Pool Memory Pool Refreshing

8,525 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,344 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (591,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,594 316,594 000000000000000004e73cfcbd6afaeadc915316c7f8e592992554de619c29f4 0.02 MB 30 23
316,593 316,593 000000000000000005ec57f8fa4b3e891fc3c9421ec8aad405a34b1b6c8be1b6 0.35 MB 533 25
316,592 316,592 000000000000000029e503ce7a763ec451735a51ea33d26d787b79414002c5ed 0.21 MB 227 18
316,591 316,591 000000000000000007b576f02104a2caa7ab1de6ad1aa124886cfe6246a7dde8 0.23 MB 400 25
316,590 316,590 00000000000000002d1faf6e10f2fed210dc84b84d126abed02a3961be5bf628 0.02 MB 34 20
316,589 316,589 00000000000000000412078612d210eb81c7d68d9420ae5a271b21500f6859f6 0.06 MB 101 19
316,588 316,588 0000000000000000096cc923bfbd1833d9439b89b580ecd86d3576943710d08d 0.23 MB 431 158
316,587 316,587 00000000000000001e37b85490704e593cd4bc86052daad08fb45ce94872b1f4 0.20 MB 416 26
316,586 316,586 00000000000000001b669f907a8a63db313a7faa907a6ced82d7ee629bf1452d 0.23 MB 310 20
316,585 316,585 000000000000000024f083aad121fb3e71c32114a8439a2d4ee2aa0b39718cb2 0.50 MB 886 28
316,584 316,584 0000000000000000223b0f905adf15d252b042244a4f2903dcbe5f60f67f1a18 0.09 MB 201 29
316,583 316,583 0000000000000000230cd40f4ba7447d230ea99966658e59f39dfe7aa7a10bfa 0.13 MB 221 24
316,582 316,582 00000000000000002728865754648213b7b5b4aba5bbe9dcf8fc5d234ae21f6c 0.15 MB 225 22
316,581 316,581 0000000000000000298d8be8f2545c18a4e3f3477954a2635449b7965f4b41ad 0.03 MB 30 19
316,580 316,580 0000000000000000244f574f08d09140323fbb9ce44cbec5d8643b16a552578c 0.10 MB 180 28
316,579 316,579 00000000000000000ea30f47ff0ef26113adccad833cdf0a15674387488b7dce 0.16 MB 222 26
316,578 316,578 00000000000000001df1734390ee6681fb088ef6e1044c52fc4a8f1d59848019 0.21 MB 306 22
316,577 316,577 000000000000000029ad7b8dc5c5c863701699b6028138e02a0da59e2005569e 0.20 MB 300 21
316,576 316,576 00000000000000000be9314f16abdb0d7459f5dd6396967a769113a98e43f43b 0.25 MB 423 28
316,575 316,575 000000000000000001ac8a2424325f382ad8fd0d1f3967fd3c2f9be89f492005 0.08 MB 73 13
316,574 316,574 00000000000000001f14e0c24acda720cec365c1d28651a8ca53dbb10cdbe035 0.16 MB 299 21
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.