Memory Pool Memory Pool Refreshing

4,878 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,446 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (572,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,645 335,645 000000000000000013d07e2f1897a30b849c4e17b2787b8b7ebdaf2b650fc3b8 0.17 MB 338 24
335,644 335,644 00000000000000001259f32bc7942a729547e66fad32525c3803bc83720d86e4 0.37 MB 806 29
335,643 335,643 00000000000000001064de302a928afa4aa3ec4ed748060a18c7909078cfbb88 0.04 MB 110 30
335,642 335,642 0000000000000000073ad941820037c9d63bb48b2b84af26c3c8cec64bf56426 0.04 MB 95 26
335,641 335,641 000000000000000008d65ed62625e5157cf2f27513c1119527162164d865f853 0.31 MB 949 31
335,640 335,640 0000000000000000082c195ca394fc82d3c1dc2f6ead0357b641b53b32d6d19d 0.12 MB 285 29
335,639 335,639 00000000000000000b998b85c79e65af77dc89157559f2814f6cba5f6a13e900 0.64 MB 1,229 24
335,638 335,638 00000000000000000c4d2d5c855be969fb167e4a5e1f9b84a6c66e2bf7f85244 0.21 MB 521 25
335,637 335,637 0000000000000000011bcd1f6bf56383e2d528148c719007d544b45edde30501 0.30 MB 772 27
335,636 335,636 00000000000000000a3dee98673b460b49d27906567a4d34214805886eb624a7 0.15 MB 404 29
335,635 335,635 00000000000000000d0c32b8b0d40e99abb12187d628dbfefc64c43d462b52db 0.15 MB 401 25
335,634 335,634 00000000000000000e1c2d9527045c629ab8d15c1700af9b5ae996fa2d35f212 0.16 MB 360 26
335,633 335,633 00000000000000000ee40e5fd78f23bee1df87a36a6eacf0430f66947bae474c 0.53 MB 1,276 26
335,632 335,632 000000000000000005cc80034742036b6d45d5f54ebdc3f21671b3355b91c127 0.25 MB 594 37
335,631 335,631 00000000000000000a484eae0db8fb362378586536f0952f505dcbb636cf7900 0.16 MB 231 21
335,630 335,630 000000000000000014144d6d97f16f75c6b0d8706e7a3cba8c5509b72e50116c 0.03 MB 105 33
335,629 335,629 0000000000000000150f178dfce2c4253618675ad2d4e32f6ef30547177f4cfa 0.39 MB 999 28
335,628 335,628 000000000000000010a30872d6fa4219169bdd39a99d163fde67cab72e37b437 0.27 MB 573 26
335,627 335,627 0000000000000000153cdf11953d3fafe009128a4f1d80fb04a686c6fc3ac4e3 0.22 MB 453 16
335,626 335,626 000000000000000014b68ee5eef700503c666265b3d939317b39d7dfe2fd5bbf 0.28 MB 323 17
335,625 335,625 00000000000000001263299bea1444b7c23d58c9459df68a10b2dfce0c5a72d8 0.75 MB 1,482 26
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,632.86 GB sent, 93.74 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.