Memory Pool Memory Pool Refreshing

7,063 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (166,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,461 741,461 0000000000000000000761bb7031bb725ec444af775b5e71dfbe315a93fe0c5f 1.31 MB 2,249 26
741,460 741,460 000000000000000000012bc26cb5f54aa5acbea4188b19cde04540941010008e 1.48 MB 2,755 14
741,459 741,459 00000000000000000007b1db0cc257b66483afae62cf5fa9fd30806b86e99057 0.59 MB 909 11
741,458 741,458 000000000000000000022c4e45aa2c51aff9e20147591601b14a1f062c701671 1.62 MB 2,339 12
741,457 741,457 0000000000000000000174a573974a6547a1a42a28a69552dafe596958b94c1d 1.71 MB 1,723 6
741,456 741,456 0000000000000000000464f587689b5ef378fb168aa29b13725cabb080e28ae2 1.51 MB 3,181 19
741,455 741,455 00000000000000000004563f3b4971c4bf10837d35f2d9f001d01195fd88c918 1.64 MB 2,791 13
741,454 741,454 00000000000000000002308758448ed5f69c9763812da1f307e13e6ce7b7bc3c 1.77 MB 2,061 13
741,453 741,453 00000000000000000004eb4994aa1c24e436fabcd07659bc284ee7bd7f53192a 0.62 MB 572 9
741,452 741,452 00000000000000000003f8f8c609d8eec50f94b37c6a12d2f9e2e12acd948a6f 1.09 MB 702 16
741,451 741,451 00000000000000000002f970cca0e00b608e06a715bb08912b93dc6109a974f1 1.00 MB 1,283 14
741,450 741,450 00000000000000000000ac5041260f54411d3b4e25b1529add9850a242c0bc09 0.15 MB 210 16
741,449 741,449 0000000000000000000625d350e23f8f96a8393fae57b6516dd2b1536c70f57c 0.29 MB 420 11
741,448 741,448 00000000000000000001b718e803524d8703be001075216c37a672eb081cc977 0.31 MB 395 11
741,447 741,447 00000000000000000006bcf4ea966cd75786f82be7cfed7cfbef60f00778d605 0.86 MB 1,013 12
741,446 741,446 00000000000000000000a0445f023e29ac838278e0e91b27600f03171274401b 1.76 MB 1,623 9
741,445 741,445 000000000000000000010f5a6bbbe33ccbffb68336caa95af60f75da1472040c 0.23 MB 305 8
741,444 741,444 00000000000000000004b6d3b1f0808e1d9ec751111aa7f9ebbdc7c2d29d1d62 1.44 MB 2,305 12
741,443 741,443 000000000000000000070a021d4a574d07e430c8930cc4638861941c992746a8 0.25 MB 211 10
741,442 741,442 00000000000000000000c1d9bf02c8d7271b00f6b2976c95633e8c7e63ef69b0 1.02 MB 1,332 16
741,441 741,441 00000000000000000003fec6e8d1827802bcf42f2ab11e85a7f5241db9423c16 0.10 MB 73 4
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.